Skip to content

Commit

Permalink
removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthphung committed Feb 14, 2024
2 parents e87f4ea + fdae4bd commit 886342b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file removed src/.DS_Store
Binary file not shown.
15 changes: 10 additions & 5 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
{
"src": "/api/(.*)",
"dest": "/api/$1"
},
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}
}

2 comments on commit 886342b

@vercel
Copy link

@vercel vercel bot commented on 886342b Feb 14, 2024

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:

ravenouseats – ./

ravenouseats-vincentphung.vercel.app
ravenouseats-git-codespace-vincentphung.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 886342b Feb 14, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.