_redirects and deploy to netlify.

This commit is contained in:
fiatjaf 2021-12-23 21:39:23 -03:00
parent 76dd383392
commit 4318918a81
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"lint": "eslint --ext .js,.vue ./",
"dev": "quasar dev --port 3001",
"build": "quasar build",
"publish": "netlify deploy --dir=dist/spa/ --prod"
"publish": "quasar build && netlify deploy --dir=dist/spa/ --prod"
},
"dependencies": {
"@quasar/extras": "^1.0.0",

1
public/_redirects Normal file
View File

@ -0,0 +1 @@
/* /index.html 200