Skip to content

Commit

Permalink
Add setup to deploy with versel
Browse files Browse the repository at this point in the history
  • Loading branch information
Mhdez221993 committed Apr 1, 2023
1 parent 23bc7d8 commit 6c8574d
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 @@
{
"builds": [
{
"use": "@vercel/ruby",
"config": {
"RUBY_VERSION": "3.0.2"
}
}
],
"routes": [
{
"src": "/.*",
"dest": "/"
}
]
}

0 comments on commit 6c8574d

Please sign in to comment.