Skip to content

Commit e592ba1

Browse files
committed
feat: create a version.json file for all version of the docs sites to load version info from (#539)
1 parent b5553fe commit e592ba1

File tree

7 files changed

+2656
-3367
lines changed

7 files changed

+2656
-3367
lines changed

material.angular.io/firebase.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"destination": "/index.html"
99
}
1010
],
11+
"headers": [{
12+
"source" : "/assets/versions.json",
13+
"headers" : [{
14+
"key" : "Access-Control-Allow-Origin",
15+
"value" : "*"
16+
}]
17+
}],
1118
"ignore": [
1219
"firebase.json",
1320
"**/node_modules/**",

0 commit comments

Comments
 (0)