UNPKG

333 BJSONView Raw
1{
2 "hosting": {
3 "public": "dist",
4
5 "rewrites": [{
6 "source": "**",
7 "destination": "/index.html"
8 }],
9
10 "headers": [{
11 "source" : "**/*.@(jpg|jpeg|gif|png|css|js|ico)",
12 "headers" : [{
13 "key" : "Cache-Control",
14 "value" : "public,max-age=604800,s-maxage=604800"
15 }]
16 }]
17 }
18}