-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
feat: fully static generated page #4607
Copy link
Copy link
Closed
Labels
Description
Version
Reproduction link
https://zen-turing-c5c7d2.netlify.com/tag/
Steps to reproduce
Go to route that is dynamically generated
What is expected ?
Page makes a client side Ajax request before navigating to a dynamically generates route, even though navigating directly to route would display static data without unnecesary requests
What is actually happening?
An Ajax request fires before leaving each page
Additional comments?
I understand that this might be to get fresh data off the server but I already have a deployment process that generates my site when data changes, also the whole point of static site is fast navigation.
Reactions are currently unavailable