You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vite.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -808,7 +808,7 @@ For example, the `vite-imagetools` plugin outputs URLs like the following while
808
808
809
809
The `vite-imagetools` plugin is expecting that the output URL will be intercepted by Vite and the plugin may then handle all URLs that start with`/@imagetools`. If you are using plugins that are expecting this behaviour, you will need to manually correct the URLs. You can dothisin your `vite.config.js` file by using the `transformOnServe` option.
810
810
811
-
In this particular example, we will append the dev server URL to all occurrences of`/@imagetools` within the generated code:
811
+
In this particular example, we will prepend the dev server URL to all occurrences of`/@imagetools` within the generated code:
0 commit comments