From 79a9e662aa06a58bdfb16f7f96e5bef18ca71739 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 19 Sep 2024 18:40:18 +0200 Subject: [PATCH] chore: try reload --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index 0ced999..eb46135 100644 --- a/docs/index.html +++ b/docs/index.html @@ -313,6 +313,7 @@ if (hash && redirectionMap[hash]) { window.location.href = redirectionMap[hash]; + window.location.reload(); } });