Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gupta <[email protected]>
  • Loading branch information
nehagup authored Feb 3, 2025
1 parent 972d7dc commit 7b77bd1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
{
"rewrites": [
{
"source":"/devscribe",
"destination": "https://keploy-websites.vercel.app/devscribe"
},
{
"source":"/code-coverage",
"destination": "https://keploy-websites.vercel.app/code-coverage"
},
{
"source":"/unit-test-generator",
"destination": "https://keploy-websites.vercel.app/unit-test-generator"
},
{
"source":"/test-case-generator",
"destination": "https://keploy-websites.vercel.app/test-case-generator"
},
{
"source":"/test-data-generator",
"destination": "https://keploy-websites.vercel.app/test-data-generator"
},
{
"source": "/blog",
"destination": "https://blog-website-phi-eight.vercel.app/blog"
Expand Down

0 comments on commit 7b77bd1

Please sign in to comment.