diff --git a/next.config.mjs b/next.config.mjs index 8a5c3b9..484a773 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,7 +7,12 @@ const nextConfig = { hostname: "rickandmortyapi.com" } ] - } + }, + experimental: { + fontLoaders: [ + { loader: '@next/font/google', options: { subsets: ['latin'] } }, + ], + }, }; // https://rickandmortyapi.com/api/character/avatar/1.jpeg