We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98628dd commit 73ae3beCopy full SHA for 73ae3be
vercel.json
@@ -0,0 +1,29 @@
1
+{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
+ "headers": [
4
+ {
5
+ "source": "/assets/(.*)",
6
7
8
+ "key": "Cache-Control",
9
+ "value": "max-age=31536000, immutable"
10
+ }
11
+ ]
12
+ },
13
14
+ "source": "/(.*).png",
15
16
17
18
+ "value": "max-age=604800, immutable"
19
20
21
22
+ ],
23
+ "rewrites": [
24
25
+ "source": "/:path*",
26
+ "destination": "/:path*.html"
27
28
29
+}
0 commit comments