Annevd / choices-choices-the-tech-stack

Kies een andere tech-stack voor het ontwerpen en bouwen van een website voor een opdrachtgever
https://bieb-in-bloei-astro.netlify.app/stekjes
0 stars 0 forks source link

Website live zetten #8

Closed Annevd closed 5 days ago

Annevd commented 5 days ago

Live site: https://bieb-in-bloei-astro.netlify.app/

Annevd commented 5 days ago

Live zetten met Netlify

Om mijn website live te zetten heb ik deze stappen gevolgd:

  1. Click Add a new site in your Netlify dashboard
  2. Choose Import an existing project
  3. When you import your Astro repository from your Git provider, Netlify should automatically detect and pre-fill the correct configuration settings for you.
  4. Make sure that the following settings are entered, then press the Deploy button:
    • Build Command: astro build or npm run build
    • Publish directory: dist

Bijvoorbeeld:

Bronnen