diff --git a/now.json b/now.json index 0a85c62..098347c 100644 --- a/now.json +++ b/now.json @@ -18,6 +18,11 @@ "src": "/availability/(?[^/]+)/(?[^/]+)", "dest": "/api/services/$provider.ts?query=$query" }, + { + "src": "/s/(.*)", + "dest": "/web/index.html", + "headers": {"cache-control": "s-maxage=86400"} + }, { "src": "/(.*)", "dest": "/web/$1",