Closes #601 Fix next.config.js to apply res headers to ttf font (#602)

This commit is contained in:
SatsAllDay 2023-11-05 16:10:23 -05:00 committed by GitHub
parent 5dfeb700bc
commit 5fd74e9329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module.exports = withPlausibleProxy()({
...corsHeaders
]
},
...['tff', 'woff', 'woff2'].map(ext => ({
...['ttf', 'woff', 'woff2'].map(ext => ({
source: `/Lightningvolt-xoqm.${ext}`,
headers: [
...corsHeaders,