mirror of
https://gitlab.com/moepoi/seminar-magang.git
synced 2024-11-23 14:56:27 +01:00
Update vercel.json
This commit is contained in:
parent
d9663a8a0f
commit
5db8cd684a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
{ "source": "/(.*)", "destination": "/index.html" }
|
||||||
],
|
],
|
||||||
|
"installCommand": "npx playwright install",
|
||||||
"buildCommand": "npm run build",
|
"buildCommand": "npm run build",
|
||||||
"outputDirectory": "dist"
|
"outputDirectory": "dist"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue