Skip to content

Commit c384af3

Browse files
committed
simplify vercel.json
1 parent b382523 commit c384af3

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

vercel.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,5 @@
88
"distDir": "dist"
99
}
1010
}
11-
],
12-
"routes": [
13-
{
14-
"src": "/favicon.png",
15-
"dest": "/favicon.png"
16-
},
17-
{
18-
"src": "/icon.png",
19-
"dest": "/icon.png"
20-
},
21-
{
22-
"src": "/logo.png",
23-
"dest": "/logo.png"
24-
},
25-
{
26-
"src": "/og-image.png",
27-
"dest": "/og-image.png"
28-
},
29-
{
30-
"src": "/robots.txt",
31-
"dest": "/robots.txt"
32-
},
33-
{
34-
"src": "/assets/(.*)",
35-
"dest": "/assets/$1"
36-
},
37-
{
38-
"src": "/(.*)",
39-
"dest": "/index.html"
40-
}
4111
]
4212
}

0 commit comments

Comments
 (0)