Skip to content

Commit 78b9712

Browse files
Update next.config.js
1 parent 6b6de3e commit 78b9712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
locales: ['en', 'ru'],
88
defaultLocale: "en",
99
},
10-
swcMinify: false,
10+
swcMinify: true,
1111
webpack: (config) => {
1212
config.module.rules.push({
1313
test: /\.css$/i,

0 commit comments

Comments
 (0)