Relative Content

Tag Archive for sveltesveltekitstatic-sitestatic-site-generation

Adapter static doesn’t properly crawl links in svelte components

Error: The following routes were marked as prerenderable, but were not prerendered because they were not found while crawling your app: – /changelog I got this error and running build with my adapter-static failed, even though I have a link to changelog: <a href=”/changelog”>changelog</a> in my component inside a modal. When I add the same […]