fix(style): centralize font dir
This commit is contained in:
parent
300bd2a8be
commit
60a9b81140
1 changed files with 13 additions and 0 deletions
13
vercel.json
Normal file
13
vercel.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"source": "/fonts/:path*",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Access-Control-Allow-Origin",
|
||||||
|
"value": "https://vimdoc-language-server.barrettruth.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue