add lightning font

This commit is contained in:
keyan 2022-01-21 12:58:21 -06:00
parent 1baaf6089c
commit b739ae391e
1 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,16 @@ module.exports = withPlausibleProxy()({
{
source: '/_next/:asset*',
headers: corsHeaders
},
{
source: '/Lightningvolt-xoqm.ttf',
headers: [
...corsHeaders,
{
key: 'Cache-Control',
value: 'public, max-age=31536000, immutable'
}
]
}
]
},