1 changed files with 0 additions and 13 deletions
@ -1,13 +0,0 @@
|
||||
{ |
||||
"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