try fix font

This commit is contained in:
joseCorte-exe 2022-06-29 14:56:03 -03:00
parent e8716fc096
commit 3084f74607

View File

@ -1,12 +1,13 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
optimizeFonts: false,
reactStrictMode: true, reactStrictMode: true,
compiler: { compiler: {
styledComponents: true, styledComponents: true,
}, },
images: { images: {
domains: ["kluppdevelopment.s3.sa-east-1.amazonaws.com"] domains: ["kluppdevelopment.s3.sa-east-1.amazonaws.com"]
} }
} }
module.exports = nextConfig module.exports = nextConfig