Skip to content
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

Browser Caching #73

Open
NikhilPeri opened this issue Jan 2, 2019 · 1 comment
Open

Browser Caching #73

NikhilPeri opened this issue Jan 2, 2019 · 1 comment

Comments

@NikhilPeri
Copy link

You should add this to the head.html include in order to disable browser caching ... I ran into this issue when pushing to gh-pages on my fork, chrome was still caching the old version of the page.

<meta http-equiv="Cache-control" content="no-store">

More Backgorund on cache-control headers

here is the change on my fork

@eostb
Copy link

eostb commented Jan 17, 2019

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants