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