-
|
Any pointers on how to prevent browser caching of a docusaurus app (2.4.3)? |
Beta Was this translation helpful? Give feedback.
Answered by
slorber
Oct 27, 2023
Replies: 1 comment 3 replies
-
|
Hey It's a single page application so you can't refresh Docusaurus by simply navigation, you have to reload the page That's how SPAs work and is unrelated to browser caching. We don't control http cache headers set by your host. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't control caching you setup yourself.
If your web server does not serve the latest assets, html/js/css, it's a configuration issue on your host, not a Docusaurus problem.
Docusaurus is only responsible for building the static assets, not serving them.