change design poster and text head && design modal filter & data for filter and doctors & handle functionality filter, set in url, read from url and change state
This commit is contained in:
@@ -6,7 +6,7 @@ export function getStateInfoClient() {
|
||||
if (typeof window === "undefined")
|
||||
return { matchedCity: null, matchedState: null, fullUrl: "" };
|
||||
|
||||
const fullUrl = window.location.href; // کل URL
|
||||
const fullUrl = window.location.href;
|
||||
const host = window.location.host || "";
|
||||
const subdomain = host.split(".")[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user