Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Dec 6, 2024
1 parent 337d383 commit fcf7ec8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
output: 'export',
images: {
unoptimized: true,
}
const nextConfig = {
reactStrictMode: true,
productionBrowserSourceMaps: true,
trailingSlash: true,
output: "export"
}

module.exports = nextConfig

0 comments on commit fcf7ec8

Please sign in to comment.