Skip to content

Commit d9e38e4

Browse files
committed
Fix static web app configuration by adding missing route for /version.json
1 parent f620320 commit d9e38e4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"routes": [
3-
],
4-
"responseOverrides": {
5-
"404": {
6-
"rewrite": "/404"
7-
},
8-
"/version.json": {
3+
{
4+
"route": "/version.json",
95
"headers": {
106
"Access-Control-Allow-Origin": "*",
117
"Access-Control-Allow-Methods": "GET, OPTIONS",
128
"Access-Control-Allow-Headers": "Content-Type"
139
}
1410
}
11+
],
12+
"responseOverrides": {
13+
"404": {
14+
"rewrite": "/404"
15+
}
1516
}
1617
}

0 commit comments

Comments
 (0)