Turn off Next.js font inlining (#668)

This commit is contained in:
Marshall Polaris 2022-07-19 14:20:23 -07:00 committed by GitHub
parent af6552958f
commit 6d3490cd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,