Skip to content

Commit 049bea3

Browse files
authored
DOCS-1287 - Change Cache-Control tag to 'no-store' (#6130)
1 parent 43777aa commit 049bea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
tagName: 'meta',
3939
attributes: {
4040
'http-equiv': 'Cache-control',
41-
content: 'no-cache',
41+
content: 'no-store',
4242
},
4343
},
4444
],

0 commit comments

Comments
 (0)