Skip to content

Commit

Permalink
fix: redirect to / for SPA
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed May 2, 2023
1 parent 120e036 commit 521d181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}

1 comment on commit 521d181

@vercel
Copy link

@vercel vercel bot commented on 521d181 May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

omdb – ./

omdb-d-exclaimation.vercel.app
o-mdb.vercel.app
omdb-git-main-d-exclaimation.vercel.app

Please sign in to comment.