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;