diff --git a/next.config.js b/next.config.js index dee1618..0adf626 100644 --- a/next.config.js +++ b/next.config.js @@ -1,12 +1,13 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + optimizeFonts: false, reactStrictMode: true, compiler: { styledComponents: true, }, images: { domains: ["kluppdevelopment.s3.sa-east-1.amazonaws.com"] - } + } } module.exports = nextConfig