In this guide I'm going to explain how to deploy a static Svelte site to Netlify. Let's get started.
The goal of this exercise is to deploy a simple Todo app from GitHub to Netlify.
First, create a...
Had a WTF moment when I deployed a new Vue project to Netlify, only to be confronted with this message when refreshing any route that's not root. It worked just fine locally! Here's how to fix this....