Skip to content

Commit

Permalink
add routing for usdcflow
Browse files Browse the repository at this point in the history
add routing for usdcflow
  • Loading branch information
jazz-cb authored Sep 16, 2024
2 parents 29b27ca + 85e13b2 commit bec728e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/usdcflow/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function AaveInteraction() {
onClick={closeIntro}
className="bg-gradient-to-r from-lavender-400 to-blue-500 hover:from-lavender-500 hover:to-blue-600 text-white transition-all duration-300"
>
Next
Take me to the app!
</Button>
</CardFooter>
</Card>
Expand Down
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"rewrites": [
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "usdcflow.xyz"
}
],
"destination": "/usdcflow/:path*"
}
]
}

0 comments on commit bec728e

Please sign in to comment.