From c189e6b8ddbfeb75538bd3258371dc3356da80c1 Mon Sep 17 00:00:00 2001 From: singhAmandeep007 Date: Mon, 20 May 2024 08:11:54 +0530 Subject: [PATCH] fix: 404 file --- public/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/404.html b/public/404.html index 521db93..6bebabf 100644 --- a/public/404.html +++ b/public/404.html @@ -22,7 +22,7 @@ // https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes // https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe // Otherwise, leave pathSegmentsToKeep as 0. - const pathSegmentsToKeep = 1; + const pathSegmentsToKeep = 0; const l = window.location; l.replace(