Skip to content

Commit

Permalink
chore: bring back vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 6, 2022
1 parent 93d8193 commit 274c95b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"routes": [
{
"handle": "filesystem"
},
{
"src": "/workshop/frame/(.*)",
"dest": "/workshop/frame/index.html"
},
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}

0 comments on commit 274c95b

Please sign in to comment.