Skip to content

Commit

Permalink
feat: enable unoptimized images in next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 18, 2024
1 parent 7e8eeac commit 166ee99
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 @@ -4,6 +4,9 @@ const nextConfig = {
basePath: "/2025",
trailingSlash: true,
distDir: "dist",
images: {
unoptimized: true,
},
};

export default nextConfig;

0 comments on commit 166ee99

Please sign in to comment.