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} */
const nextConfig = {
optimizeFonts: false,
reactStrictMode: true,
compiler: {
styledComponents: true,
},
images: {
domains: ["kluppdevelopment.s3.sa-east-1.amazonaws.com"]
}
}
}
module.exports = nextConfig