We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488434f commit 9995cf5Copy full SHA for 9995cf5
documentation/docs/40-best-practices/07-images.md
@@ -45,7 +45,7 @@ import { defineConfig } from 'vite';
45
46
export default defineConfig({
47
plugins: [
48
- +++enhancedImages(),+++
+ +++enhancedImages(), // must come before the SvelteKit plugin+++
49
sveltekit()
50
]
51
});
0 commit comments