SSG / adapter-static strict = false
not working like documented
#9592
Labels
Milestone
strict = false
not working like documented
#9592
Describe the bug
adapter-static's
strict: false
not working like documentedI have a link in my hero section that goes to
/get-started
which doesn't exists.setting
strict: false
should ignore this but it doesn't.Reproduction
follow steps: https://kit.svelte.dev/docs/adapter-static#usage
add a link that doesn't exist in the project e.g.
<a href="/non-existent"></a>
npm run build
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: