diff --git a/web/next.config.js b/web/next.config.js index 812fe7cab..7019bd7d1 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -95,6 +95,15 @@ export default withBundle({ source: '/:path*', headers: securityHeaders, }, + { + source: '/fonts/(.*)', + headers: [ + { + key: 'Cache-Control', + value: 'public, max-age=604800, immutable', + }, + ], + }, ].filter((e) => e) }, async redirects() {