Skip to content

Commit 2cde2bd

Browse files
authored
chore: format
1 parent fe41ff9 commit 2cde2bd

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

vercel.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
2-
"routes": [
3-
{ "handle": "filesystem" },
4-
{ "src": "/(.*)", "status": 404, "dest": "/index.html" }
5-
]
6-
}
2+
"routes": [
3+
{
4+
"handle": "filesystem"
5+
},
6+
{
7+
"src": "/(.*)",
8+
"status": 404,
9+
"dest": "/index.html"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)