From 064ab0d52e3c03eecef8c9949a6f330cd07ead11 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 26 Mar 2023 17:16:07 +0100 Subject: [PATCH] changed next config --- next.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index dd3ab77..7a0d235 100644 --- a/next.config.js +++ b/next.config.js @@ -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;