Skip to content

Commit

Permalink
Removed vercel alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed Oct 11, 2023
1 parent 1e0272a commit 7c03b2f
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions now.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"alias": "shortnim.vercel.app",
"builds": [{
"src": "main.js",
"use": "@now/node"
}],
"routes": [{
"headers": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
},
"src": "/.*",
"dest": "/main.js"
}]
}
"builds": [
{
"src": "main.js",
"use": "@now/node"
}
],
"routes": [
{
"headers": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
},
"src": "/.*",
"dest": "/main.js"
}
]
}

1 comment on commit 7c03b2f

@vercel
Copy link

@vercel vercel bot commented on 7c03b2f Oct 11, 2023

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.