Skip to content

Commit

Permalink
add auth basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi committed Mar 6, 2024
1 parent e6e81ae commit 2be0df2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions public/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/[^.]+",
"destination": "/index.html"
}
]
}
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
"source": "/(^.)*",
"destination": "/index.html"
}
]
}

0 comments on commit 2be0df2

Please sign in to comment.