Refactor codebase
This commit is contained in:
parent
bdcf0dfde9
commit
dc0e780116
9 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ import Icon from "./icons/Icon.astro";
|
|||
if (
|
||||
url.pathname.includes("/post") ||
|
||||
url.pathname.includes("/insight") ||
|
||||
url.pathname.includes("/products")
|
||||
url.pathname.includes("/item")
|
||||
) {
|
||||
if (url.pathname.includes("en")) {
|
||||
pathParts.unshift(lang);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue