mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
disable SWC minify
too experimental right now for arm/v6/v7 support
This commit is contained in:
parent
fea20269a3
commit
374b99322e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue