From 5bb2e2ee0aee509c6e1f688138dfac938fcf9dc5 Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Wed, 13 Apr 2022 00:32:13 +0800 Subject: [PATCH] Remove the document caching again --- docs/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 870a6176..ee8c49d0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,9 +32,7 @@ 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' + 'cache-control': 'max-age=0' }, homepage: 'guide/home.md', coverpage: true,