Skip to content

Commit

Permalink
chore: enable unoptimised images
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Oct 16, 2024
1 parent 945e0b3 commit 77f0f6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js-peer/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const nextConfig = {
output: 'export',
reactStrictMode: true,
productionBrowserSourceMaps: true,
images: {
unoptimized: true,
},
}

module.exports = nextConfig

0 comments on commit 77f0f6c

Please sign in to comment.