1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
{ |
||||||
|
"version": 2, |
||||||
|
"name": "EVA Lernsituation", |
||||||
|
"builds": [ |
||||||
|
{ "src": "package.json", "use": "@now/static-build", "config": { "distDir": "build" } } |
||||||
|
], |
||||||
|
"routes": [ |
||||||
|
{ "src": "/static/(.*)", "headers": { "cache-control": "s-maxage=31536000,immutable" }, "dest": "/static/$1" }, |
||||||
|
{ "src": "/favicon.ico", "dest": "/favicon.ico" }, |
||||||
|
{ "src": "/manifest.json", "dest": "/manifest.json" }, |
||||||
|
{ "src": "/service-worker.js", "headers": { "cache-control": "s-maxage=0" }, "dest": "/service-worker.js" }, |
||||||
|
] |
||||||
|
} |
||||||
Loading…
Reference in new issue