-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build/export $error.svelte / 404 page with adapter-static ? #1172
Comments
This is highly related to #754 and possibly a duplicate of that issue |
Thanks for pointing it out. I believe it is a duplicate indeed. Hopefully, the fallback feature will be implemented soon. |
And what about /404 for non-SPA? Unless I misunderstand it completely, providing a |
This is a good question. After yesterday release of |
I think it'd be better to file a new issue about that |
After running
npm run build
with adapter-static I hoped that the $error.svelte page would be generated as well. When statically hosted and whenever a non-existent route is hit, Sveltkit would redirect to the 404.html page.With Sapper we just added to package.json a couple of lines
I wonder how it is done with Sveltekit. Thanks
The text was updated successfully, but these errors were encountered: