Update vercel.json

This commit is contained in:
Moe Poi ~ 2023-07-12 10:02:25 +07:00
parent d9663a8a0f
commit 5db8cd684a
Signed by: moepoi
GPG key ID: 334B501E883409AF

View file

@ -2,6 +2,7 @@
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"installCommand": "npx playwright install",
"buildCommand": "npm run build",
"outputDirectory": "dist"
}