This commit is contained in:
parent
f07bcca3a2
commit
064ab0d52e
@ -3,6 +3,8 @@ const nextConfig = {
|
|||||||
output: "standalone",
|
output: "standalone",
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
compress: true,
|
compress: true,
|
||||||
|
generateEtags: true,
|
||||||
|
optimizeFonts: true,
|
||||||
images: {
|
images: {
|
||||||
domains: [
|
domains: [
|
||||||
"cdn.scoresaber.com",
|
"cdn.scoresaber.com",
|
||||||
@ -12,9 +14,6 @@ const nextConfig = {
|
|||||||
"avatars.akamai.steamstatic.com",
|
"avatars.akamai.steamstatic.com",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// experimental: {
|
|
||||||
// optimizeCss: true,
|
|
||||||
// },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
module.exports = nextConfig;
|
||||||
|
Reference in New Issue
Block a user