mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +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 = {
|
||||
reactStrictMode: true,
|
||||
output: "standalone",
|
||||
swcMinify: true,
|
||||
swcMinify: false,
|
||||
experimental: { images: { allowFutureImage: true, unoptimized: true } },
|
||||
images: {
|
||||
domains: ["cdn.jsdelivr.net"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue