Browse Source

Update dist path

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

2
vercel.json

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