Skip to content

Commit

Permalink
[docs-infra] Add comment about removing optimizeFonts Next.js config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah authored Aug 27, 2024
1 parent d2e0762 commit 20c55fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nextConfigDocsInfra.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ process.env.DEPLOY_ENV = DEPLOY_ENV;
function withDocsInfra(nextConfig) {
return {
trailingSlash: true,
// Can be turned on when https://github.com/vercel/next.js/issues/24640 is fixed
// TODO: Remove when upgrading to Next.js 15, see https://github.com/vercel/next.js/pull/69137
optimizeFonts: false,
reactStrictMode: true,
...nextConfig,
Expand Down

0 comments on commit 20c55fb

Please sign in to comment.