From 77f310f1f90df42e914257ec8534e6d80edd525a Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 12 Jun 2023 12:54:20 +0200 Subject: [PATCH] Update 404.html --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 1a69343..211b67c 100644 --- a/404.html +++ b/404.html @@ -97,7 +97,7 @@ const subUrl = item.url; await fetchEndpoints(subUrl, endpointsList); } else if (item.type === "file" && item.name === "index.html") { - const endpointUrl = `/${item.path.split("/index.html")[0]}/`; + const endpointUrl = `/omnidash/${item.path.split("/index.html")[0]}/`; const endpointLink = `${endpointUrl}`; const listItem = document.createElement("li"); listItem.innerHTML = endpointLink;