Skip to content

Commit f1b2144

Browse files
committed
chore: disable vercel
1 parent 009ae7e commit f1b2144

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

vercel.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": 2,
3+
"scope": "ptsecurity",
4+
"github": {
5+
"enabled": false
6+
},
7+
"routes": [
8+
{
9+
"src": "/assets/(.*)",
10+
"dest": "/assets/$1"
11+
},
12+
{ "src": "/(.*).js", "dest": "/$1.js" },
13+
{ "src": "/(.*).css", "dest": "/$1.css" },
14+
{ "src": "/(.*).svg", "dest": "/$1.svg" },
15+
{ "src": "/(.*).json", "dest": "/$1.json" },
16+
{ "src": "/(.*).html", "dest": "/$1.html" }
17+
]
18+
}

0 commit comments

Comments
 (0)