Skip to content

Commit

Permalink
add no-cache options to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo committed Dec 5, 2023
1 parent bbb4b04 commit 35471fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layouts/global.html
Expand Up @@ -9,6 +9,11 @@
<meta name="author" content="{{ AUTHOR_NAME }}" />
<meta name="copyright" content="{{ SITE_LICENSE }}" />
<meta name="robots" content="index, follow" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Thu, 11 Feb 1982 0:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta property="og:type" content="profile" />
<meta property="og:title" content="{{ SITE_TITLE }}" />
<meta property="og:url" content="{{ SITE_URL }}" />
Expand Down

0 comments on commit 35471fa

Please sign in to comment.