diff --git a/index.html b/index.html index 4e4ad9b4cc5670885d50cb812c7d4aa97bfe8e59..896412cf9dee41445045e56dc4235dc048cd0270 100644 --- a/index.html +++ b/index.html @@ -20,25 +20,6 @@ <body> <div id="docute"></div> - <script> - caches - .keys() - .then((a) => - a.forEach((cacheName) => - caches - .open(cacheName) - .then((cache) => - cache - .keys() - .then((keys) => - keys.forEach((request, index, array) => - cache.delete(request) - ) - ) - ) - ) - ); - </script> <script src="https://unpkg.com/docute@4/dist/docute.js"></script> <script> new Docute({ @@ -46,7 +27,6 @@ title: 'Python3', layout: 'wide', darkThemeToggler: true, - fetchOptions: { cache: 'no-cache' }, detectSystemDarkTheme: true, highlight: ['python', 'c', 'cpp'], nav: [ @@ -102,6 +82,7 @@ ], }, ], + fetchOptions: { cache: 'no-cache' }, }); </script> <!-- Global site tag (gtag.js) - Google Analytics -->