Skip to content

Commit 69d16c4

Browse files
committed
unoptimize images
1 parent 2f4d555 commit 69d16c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
const nextConfig = {
33
basePath: process.env.NODE_ENV === 'production' ? '/sveltekit' : '',
44
output: 'export', // <=== enables static exports
5+
images: {
6+
unoptimized: true,
7+
},
58
reactStrictMode: true,
69
};
710

0 commit comments

Comments
 (0)