diff --git a/.vscode/settings.json b/.vscode/settings.json index d65ef38..f541da5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5501 + "liveServer.settings.port": 5502 } diff --git a/en/index.html b/en/index.html index 26e467c..7e27120 100644 --- a/en/index.html +++ b/en/index.html @@ -2,6 +2,8 @@
+ + diff --git a/index.html b/index.html index f7c09a9..603d306 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,8 @@ + + @@ -76,12 +78,12 @@ } if (href) { - window.location.href = href; + // window.location.href = href; } } catch (error) { console.error(error); - window.location.href = "/en/"; + // window.location.href = "/en/"; }