Skip to content

Commit

Permalink
Update vercel.json with redirects for mystery-fruits-js
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt committed Mar 25, 2024
1 parent da1d485 commit a93a774
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rewrites": [
"redirects": [
{
"source": "/",
"destination": "/mystery-fruits-js"
}
],
"rewrites": [
{
"source": "/mystery-fruits-js/:match*",
"destination": "/mystery-fruits-js/:match*"
}
]
]
}

0 comments on commit a93a774

Please sign in to comment.