Netlify Deployment don't works
MatteoGauthier opened this issue · 3 comments
cesargb commented
Hi @MattixNow,
For deploy in netlify, you need this configuration:
- Branch to deploy: master, or which-ever branch you prefer
- Build command: npm run generate
- Publish directory: dist
MatteoGauthier commented
Thanks
marinaaisa commented
Thank you @cesargb for the fast reply :)