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 = {
reactStrictMode: true,
output: "standalone",
swcMinify: false,
images: {
domains: ["cdn.jsdelivr.net"],
unoptimized: true,