From 73eb3940d248616cf7d5d0539087cafffcd667ce Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Wed, 13 Apr 2022 00:28:20 +0800 Subject: [PATCH] Remove the document caching --- docs/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.html b/docs/index.html index 8e82d18a..870a6176 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,6 +31,11 @@ window.$docsify = { name: 'YukiHookAPI', repo: 'https://github.com/fankes/YukiHookAPI', + requestHeaders: { + 'cache-control': 'no-cache', + 'Pragma': 'no-cache', + 'If-Modified-Since': 'Thu, 01 Jun 1970 00:00:00 GMT' + }, homepage: 'guide/home.md', coverpage: true, loadNavbar: true,