Skip to content

Commit fcf7ec8

Browse files
committed
wip
1 parent 337d383 commit fcf7ec8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

next.config.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
module.exports = {
2-
output: 'export',
3-
images: {
4-
unoptimized: true,
5-
}
1+
const nextConfig = {
2+
reactStrictMode: true,
3+
productionBrowserSourceMaps: true,
4+
trailingSlash: true,
5+
output: "export"
66
}
7+
8+
module.exports = nextConfig

0 commit comments

Comments
 (0)