add lightning font
This commit is contained in:
parent
1baaf6089c
commit
b739ae391e
@ -32,6 +32,16 @@ module.exports = withPlausibleProxy()({
|
|||||||
{
|
{
|
||||||
source: '/_next/:asset*',
|
source: '/_next/:asset*',
|
||||||
headers: corsHeaders
|
headers: corsHeaders
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/Lightningvolt-xoqm.ttf',
|
||||||
|
headers: [
|
||||||
|
...corsHeaders,
|
||||||
|
{
|
||||||
|
key: 'Cache-Control',
|
||||||
|
value: 'public, max-age=31536000, immutable'
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user