Skip to content

Commit 6b78095

Browse files
authored
Merge pull request #33 from No-Country-simulation/fix/oauth-redirection
Fix/oauth redirection
2 parents bbe0839 + 560befa commit 6b78095

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Frontend/appTalenFront/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/index.html"
6+
}
7+
]
8+
}

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/index.html"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)