Skip to content

Commit c611a16

Browse files
authored
Merge pull request #93 from isomorphic-git/migrate-config
migrate config to Vercel
2 parents d8ea7bc + fac0c90 commit c611a16

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

now.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

vercel.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": 2,
3+
"builds": [
4+
{
5+
"src": "website/build/isomorphic-git.github.io/**",
6+
"use": "@vercel/static"
7+
}
8+
],
9+
"routes": [
10+
{
11+
"src": "/(.*)",
12+
"dest": "website/build/isomorphic-git.github.io/$1"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)