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 7, 2024
1 parent e6e81ae commit c1699a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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"
}
]
}
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"github": {
"silent": true
},
"rewrites": [
"redirects": [
{
"source": "/(.*)",
"destination": "/"
"source": "/:path*",
"destination": "/auth/:path*"
}
]
}

0 comments on commit c1699a3

Please sign in to comment.