We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353cf17 commit 144e4bcCopy full SHA for 144e4bc
1 file changed
vercel.json
@@ -2,5 +2,25 @@
2
"cleanUrls": true,
3
"github": {
4
"silent": true
5
- }
+ },
6
+ "headers": [
7
+ {
8
+ "source": "/service-worker.js",
9
10
11
+ "key": "Cache-Control",
12
+ "value": "public, max-age=0, must-revalidate"
13
+ }
14
+ ]
15
16
17
+ "source": "/",
18
+ "headers" : [
19
20
+ "key": "X-Frame-Options",
21
+ "value": "sameorigin"
22
23
24
25
26
}
0 commit comments