⬆️ Updated: Next.js 12.1.6 -> 12.2.0

This commit is contained in:
SR3u
2022-10-27 17:20:02 +03:00
parent 5077d753b6
commit c6474923b0
6 changed files with 113 additions and 79 deletions

View File

@@ -11,9 +11,6 @@ module.exports = withBundleAnalyzer({
domains: ['cdn.jsdelivr.net'],
},
reactStrictMode: false,
experimental: {
outputStandalone: true,
},
output: 'standalone',
i18n,
});