diff --git a/now.json b/now.json index 7198e0d..fc14531 100644 --- a/now.json +++ b/now.json @@ -16,7 +16,10 @@ "routes": [ { "src": "/availability/(?[^/]+)/(?[^/]+)", - "dest": "/src/services/$provider.js?name=$id" + "dest": "/src/services/$provider.js?name=$id", + "headers": { + "Cache-Control": "maxage=0, s-maxage=3600" + } }, { "src": "/(.*)",