Browse Source

Setup Vercel build

pull/23/head
Luke Childs 2 years ago
parent
commit
b518061006
  1. 2
      vercel.json

2
vercel.json

@ -1,3 +1,5 @@
{
"installCommand": "npm install && cd website && npm install",
"buildCommand": "cd website && npm run build",
"outputDirectory": "website"
}
Loading…
Cancel
Save