Migrating Websites from SvelteKit to Astro, the results
Introduction I have had my eye on Astro for a while. It looked like the perfect fit for the static websites that I manage. But because of the following reasons, I didn’t want to switch: I was/am very satisfied with SvelteKit’s static adapter. There was no support for Astro in Webstorm (my IDE). I didn’t know that the prefetch addon existed. I use something similar in SvelteKit and didn’t want to migrate some sites without that functionality. What changed? Well, since Webstorm 2023.1 there is an Astro plugin. Combine that with some curiosity and my discovery of the prefetch addon and off I went. ...