Skip to content

Commit

Permalink
Create vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Casual-Person authored Sep 5, 2024
1 parent 9ae801f commit a914bf2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [

{
"src": "/(.*)",
"dest": "/"
}
]
}

1 comment on commit a914bf2

@vercel
Copy link

@vercel vercel bot commented on a914bf2 Sep 5, 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:

ugfd-proxy – ./

ugfd-proxy-git-main-ugfd.vercel.app
ugfd-proxy-offical.vercel.app
ugfd-proxy-ugfd.vercel.app

Please sign in to comment.