fix(docs): break the browser caching

This commit is contained in:
Mrugesh Mohapatra
2020-04-21 07:01:13 +05:30
parent 3c81587924
commit 5b4c89aa9a

View File

@@ -47,6 +47,11 @@
homepage: 'index.md',
loadSidebar: 'components/sidebar.md',
// break the caching
requestHeaders: {
'cache-control': 'no-cache'
},
// Cover Page
coverpage: 'components/cover.md',
onlyCover: true,