mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
disable SWC minify
too experimental right now for arm/v6/v7 support
This commit is contained in:
parent
fea20269a3
commit
374b99322e
@ -2,7 +2,7 @@
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
swcMinify: true,
|
swcMinify: false,
|
||||||
experimental: { images: { allowFutureImage: true, unoptimized: true } },
|
experimental: { images: { allowFutureImage: true, unoptimized: true } },
|
||||||
images: {
|
images: {
|
||||||
domains: ["cdn.jsdelivr.net"],
|
domains: ["cdn.jsdelivr.net"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user