ignore artifacts on vercel deploy

This commit is contained in:
wryk 2021-11-07 02:04:55 +01:00
parent 40b719e613
commit fd8d4df2d7
2 changed files with 2 additions and 7 deletions

2
.vercelignore Normal file
View File

@ -0,0 +1,2 @@
.parcel-cache
dist

View File

@ -1,7 +0,0 @@
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/index.html" }
]
}