fix(meta): use the "no-cache" cache-control

Fix #59
This commit is contained in:
Kazhnuz 2020-02-15 14:57:32 +01:00
parent caca8633bb
commit aea8798bf6
2 changed files with 7 additions and 0 deletions

View file

@ -29,7 +29,11 @@
depth: 2, depth: 2,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content hideOtherSidebarContent: false, // whether or not to hide other sidebar content
},
requestHeaders: {
'cache-control': 'no-cache'
} }
} }
</script> </script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script> <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

View file

@ -29,6 +29,9 @@
depth: 2, depth: 2,
hideOtherSidebarContent: false, // whether or not to hide other sidebar content hideOtherSidebarContent: false, // whether or not to hide other sidebar content
},
requestHeaders: {
'cache-control': 'no-cache'
} }
} }
</script> </script>