fix(style): centralize font dir

This commit is contained in:
Barrett Ruth 2026-03-18 12:47:31 -04:00
parent 300bd2a8be
commit 60a9b81140
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

13
vercel.json Normal file
View file

@ -0,0 +1,13 @@
{
"headers": [
{
"source": "/fonts/:path*",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://vimdoc-language-server.barrettruth.com"
}
]
}
]
}