mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
images/future is no longer experimental
This commit is contained in:
parent
92a4ad0c5e
commit
a5d59e7e45
1 changed files with 1 additions and 1 deletions
|
@ -3,9 +3,9 @@ const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
swcMinify: false,
|
swcMinify: false,
|
||||||
experimental: { images: { allowFutureImage: true, unoptimized: true } },
|
|
||||||
images: {
|
images: {
|
||||||
domains: ["cdn.jsdelivr.net"],
|
domains: ["cdn.jsdelivr.net"],
|
||||||
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue