Skip to content

Commit

Permalink
Create vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar98644 authored Apr 2, 2024
1 parent 1067222 commit c6e615c
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
@@ -0,0 +1,20 @@
{
"builds": [
{
"src": "package.json",
"use": "@vercel/static-build",
"config": {
"distDir": "public"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/public/$1"
}
],
"scripts": {
"build": "gem install jekyll && jekyll build"
}
}

0 comments on commit c6e615c

Please sign in to comment.