We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b28619 commit 5830668Copy full SHA for 5830668
package.json
@@ -3,7 +3,6 @@
3
"private": true,
4
"version": "0.0.1",
5
"type": "module",
6
- "homepage": "https://gunizzi.github.io/guni/",
7
"scripts": {
8
"dev": "vite",
9
"dev:prod": "vite --mode production",
vercel.json
@@ -0,0 +1,14 @@
1
+{
2
+ "routes": [
+ { "handle": "filesystem" },
+ {
+ "src": "/assets/(.*)",
+ "headers": { "cache-control": "public, max-age=31536000, immutable" }
+ },
+ "src": "/(.*).(js|css|svg|jpg|jpeg|png|gif|ico|woff|woff2|ttf|eot)",
10
11
12
+ { "src": "/(.*)", "dest": "/index.html" }
13
+ ]
14
+}
0 commit comments