From fdf21346a7a84d3246dd00deed1d6416b19b447f Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Tue, 19 Jul 2022 14:15:43 -0700 Subject: [PATCH] Turn off Next.js font inlining --- web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/next.config.js b/web/next.config.js index 56f643d3..37758952 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -4,6 +4,7 @@ const API_DOCS_URL = 'https://docs.manifold.markets/api' module.exports = { staticPageGenerationTimeout: 600, // e.g. stats page reactStrictMode: true, + optimizeFonts: false, experimental: { externalDir: true, optimizeCss: true,