disable SWC minify

too experimental right now for arm/v6/v7 support
pull/25/head
Ben Phelps 2 years ago
parent fea20269a3
commit 374b99322e

@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
output: "standalone",
swcMinify: true,
swcMinify: false,
experimental: { images: { allowFutureImage: true, unoptimized: true } },
images: {
domains: ["cdn.jsdelivr.net"],

Loading…
Cancel
Save