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,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
optimizeFonts: false,
reactStrictMode: true,
compiler: {
styledComponents: true,