The missing guide to understanding adapter-static in SvelteKit

from blog Stanislav Khromov, | ↗ original
In this guide we will go through the characteristics and quirks of adapter-static, which is unique amongst all SvelteKit adapters because it compiles down to a folder of HTML, CSS and JavaScript instead of a serverless function or Node.js server. Many wonder how this can work with the server side-oriented nature of SvelteKit – let’s dive into it...