marinaaisa/nuxt-markdown-blog-starter

Netlify Deployment don't works

MatteoGauthier opened this issue · 3 comments

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

see, https://nuxtjs.org/faq/netlify-deployment/

Thanks

Thank you @cesargb for the fast reply :)