Skip to content

Commit

Permalink
feat: create a version.json file for all version of the docs sites to…
Browse files Browse the repository at this point in the history
… load version info from (#539)
  • Loading branch information
josephperrott committed Oct 18, 2018
1 parent b5553fe commit e592ba1
Show file tree
Hide file tree
Showing 7 changed files with 2,656 additions and 3,367 deletions.
7 changes: 7 additions & 0 deletions material.angular.io/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"destination": "/index.html"
}
],
"headers": [{
"source" : "/assets/versions.json",
"headers" : [{
"key" : "Access-Control-Allow-Origin",
"value" : "*"
}]
}],
"ignore": [
"firebase.json",
"**/node_modules/**",
Expand Down
Loading

0 comments on commit e592ba1

Please sign in to comment.