Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Dec 30, 2023
1 parent 287718e commit 77ab99d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"version": 2,
"builds": [{
"src": "./index.js",
"use": "@vercel/node"
}],
"routes": [{"handle": "filesystem"},
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"handle": "filesystem"
},
{
"src": "/.*",
"dest": "index.js"
},
{
"src": "/arc-sw.js",
"dest": "https://arc.io/arc-sw.js"
}
]
}
}

0 comments on commit 77ab99d

Please sign in to comment.