Revert "Chore: enable swc (#2311)"

This reverts commit 0931f5c5a6.
pull/2385/head
shamoon 5 months ago
parent 507e72407f
commit 90c12abf87

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

@ -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,

Loading…
Cancel
Save