From 4fd621b999563fbd5ffb9580d8eee6e1173820d5 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 24 Jun 2020 13:02:47 +0530 Subject: [PATCH] fixed homepage url issue --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index dbac999..eb954d7 100644 --- a/index.html +++ b/index.html @@ -848,7 +848,7 @@ page: "homepage", thisField: null, }; - history.pushState(appState, null, ''); + history.pushState(appState, null, location.pathname + location.search); render("homepage") })