From 00bbf806c3f3979858091f2a3b4c26083f7af3e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com> Date: Thu, 11 Mar 2021 12:13:05 +0100 Subject: [PATCH] updated fetch cache option --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6854b38..4e4ad9b 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ title: 'Python3', layout: 'wide', darkThemeToggler: true, - + fetchOptions: { cache: 'no-cache' }, detectSystemDarkTheme: true, highlight: ['python', 'c', 'cpp'], nav: [ -- GitLab