Deploying the website
Once I had some sample content in place, the next step was to deploy the site to Netlify. It is possible to set up continuous deployment, which means that Netlify monitors a designated Git repository for changes to a specified build (typically main) and automatically runs a build whenever changes are detected.
Continue reading