1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-23 14:25:19 +01:00

Chore: enable swc ()

This commit is contained in:
shamoon 2023-11-20 19:34:56 -08:00 committed by GitHub
parent 6d21ea9ba3
commit 0931f5c5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

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

@ -4,7 +4,6 @@ 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,