Skip to content

Commit 9995cf5

Browse files
crummybenmccann
andauthored
docs: clarify positioning of enhancedImages plugin relative to sveltekit plugin (#13766)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent 488434f commit 9995cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/40-best-practices/07-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { defineConfig } from 'vite';
4545

4646
export default defineConfig({
4747
plugins: [
48-
+++enhancedImages(),+++
48+
+++enhancedImages(), // must come before the SvelteKit plugin+++
4949
sveltekit()
5050
]
5151
});

0 commit comments

Comments
 (0)