-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dead links cause layout crash #22
Comments
On local works, running The problem is the SPA configuration in Netlify, any request to a missing page will fallback to index.html with status code 200 (without redirection, just forwarding content). The SW will intercept the request and fallback to index.html since that page isn't in the SW precache manifest (there is an hydration missmatch error in the console). |
upps, something wrong on my local, missing sw.... |
same behavior in local and Netlify, |
Get Started
So do Vue Macros, VueUse
The text was updated successfully, but these errors were encountered: