Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RishiChaubey31 committed Dec 6, 2024
1 parent 7864450 commit 7217e1d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"version": 2,
"builds": [
{
"src": "./script.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "./script.js"
}
"rewrites": [
{ "source": "/(.*)", "destination": "/script.js" }
]
}
}

0 comments on commit 7217e1d

Please sign in to comment.