Skip to content

Commit 5830668

Browse files
author
이효성
committed
vercel 패키지 수정
1 parent 0b28619 commit 5830668

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"private": true,
44
"version": "0.0.1",
55
"type": "module",
6-
"homepage": "https://gunizzi.github.io/guni/",
76
"scripts": {
87
"dev": "vite",
98
"dev:prod": "vite --mode production",

vercel.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"routes": [
3+
{ "handle": "filesystem" },
4+
{
5+
"src": "/assets/(.*)",
6+
"headers": { "cache-control": "public, max-age=31536000, immutable" }
7+
},
8+
{
9+
"src": "/(.*).(js|css|svg|jpg|jpeg|png|gif|ico|woff|woff2|ttf|eot)",
10+
"headers": { "cache-control": "public, max-age=31536000, immutable" }
11+
},
12+
{ "src": "/(.*)", "dest": "/index.html" }
13+
]
14+
}

0 commit comments

Comments
 (0)