Revert "Chore: enable swc (#2311)"

This reverts commit 0931f5c5a6.
This commit is contained in:
shamoon 2023-11-25 09:29:18 -08:00
parent 507e72407f
commit 90c12abf87
2 changed files with 4 additions and 0 deletions

3
.babelrc Normal file
View file

@ -0,0 +1,3 @@
{
"presets": ["next/babel"]
}

View file

@ -4,6 +4,7 @@ const { i18n } = require("./next-i18next.config");
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
output: "standalone", output: "standalone",
swcMinify: false,
images: { images: {
domains: ["cdn.jsdelivr.net"], domains: ["cdn.jsdelivr.net"],
unoptimized: true, unoptimized: true,