changed next config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lee 2023-03-26 17:16:07 +01:00
parent f07bcca3a2
commit 064ab0d52e
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF

@ -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;