-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
🐛 BUG:Turbolink integration with Doc template #3328
Comments
I'm having trouble reproducing this, but it seems to work fine on Stackblitz. Could you provide more detail as to what is not working? |
The turbo links integration should allow client side routing but if you navigate to other pages you see a full page load |
Try downloading the stackblitz example mentioned up here, the turbolink integration does not work as there is a full page reload on clicking any links in the app |
Thank you! This definitely looks broken. We'll look into what's going on here. |
This integration is really tough to maintain, and turbolinks is deprecated. @tony-sull to experiment with |
Closed by #3383 Turbolinks is no longer under active development. The Looking for an alternative?Check out swup! If you are using any |
What version of
astro
are you using?^1.0.0-beta.20
Are you using an SSR adapter? If so, which one?
No
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
Turbolink integration does not work for me
I also tried it with the base Docs template and it doesnt work
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-yavbsq?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: