Skip to content

Commit 21cf1bd

Browse files
committed
Vercel headers config
1 parent 7cf2292 commit 21cf1bd

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"headers": [
3+
{
4+
"source": "/Build/:webgl.data.br",
5+
"headers": [
6+
{
7+
"key": "Content-Encoding",
8+
"value": "br"
9+
},
10+
{
11+
"key": "Content-Type",
12+
"value": "application/octet-stream"
13+
}
14+
]
15+
},
16+
{
17+
"source": "/Build/:webgl.wasm.br",
18+
"headers": [
19+
{
20+
"key": "Content-Encoding",
21+
"value": "br"
22+
},
23+
{
24+
"key": "Content-Type",
25+
"value": "application/wasm"
26+
}
27+
]
28+
},
29+
{
30+
"source": "/Build/:webgl.js",
31+
"headers": [
32+
{
33+
"key": "Content-Encoding",
34+
"value": "js"
35+
},
36+
{
37+
"key": "Content-Type",
38+
"value": "application/javascript"
39+
}
40+
]
41+
},
42+
{
43+
"source": "/Build/:webgl.js.br",
44+
"headers": [
45+
{
46+
"key": "Content-Encoding",
47+
"value": "br"
48+
},
49+
{
50+
"key": "Content-Type",
51+
"value": "application/javascript"
52+
}
53+
]
54+
}
55+
]
56+
}

0 commit comments

Comments
 (0)