dont disable swc

This commit is contained in:
shamoon 2023-11-11 21:05:25 -08:00
parent e9f36d3969
commit 09be472463
2 changed files with 0 additions and 4 deletions

View File

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

View File

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