Skip to content

Commit

Permalink
unoptimize images
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbethecoder committed Jul 30, 2024
1 parent 2f4d555 commit 69d16c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
const nextConfig = {
basePath: process.env.NODE_ENV === 'production' ? '/sveltekit' : '',
output: 'export', // <=== enables static exports
images: {
unoptimized: true,
},
reactStrictMode: true,
};

Expand Down

0 comments on commit 69d16c4

Please sign in to comment.