Skip to content

Commit 04e4260

Browse files
Update next.config.js
1 parent f8d74af commit 04e4260

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ module.exports = {
22
images: {
33
unoptimized: true
44
},
5+
output: "export",
56
i18n: {
67
locales: ['en', 'ru'],
78
defaultLocale: "en",
89
},
10+
swcMinify: false,
11+
terserOptions: {
12+
compress: false,
13+
mangle: false,
14+
},
915
webpack: (config) => {
1016
config.module.rules.push({
1117
test: /\.css$/i,

0 commit comments

Comments
 (0)