Skip to content

Commit

Permalink
fix the error in vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
mansi066 committed Oct 28, 2024
1 parent 3c02bdd commit 5fe67d8
Showing 1 changed file with 6 additions and 20 deletions.
26 changes: 6 additions & 20 deletions paras/vercel.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{

"rewrites":[
{"source" : "./(.*)", "destination" : "/"}
]

}

{
"version": 2,
"builds": [
{
"src": "index.html",
"use": "@vercel/static"
}
],
"rewrites": [
{
"source": "/(.*)",
Expand All @@ -20,15 +18,3 @@
}
}
}

{
"version": 2,
"builds": [
{
"src": "index.html",
"use": "@vercel/static"
}
]
}


0 comments on commit 5fe67d8

Please sign in to comment.