diff --git a/pages/event-types/[type].tsx b/pages/event-types/[type].tsx index d5473b01c4..0dd007c9ef 100644 --- a/pages/event-types/[type].tsx +++ b/pages/event-types/[type].tsx @@ -385,7 +385,7 @@ const EventTypePage = (props: inferSSRProps) => {
- {typeof location !== "undefined" ? location.hostname : ""}/ + {process.env.NEXT_PUBLIC_APP_URL?.replace(/^(https?:|)\/\//, "")}/ {team ? "team/" + team.slug : eventType.users[0].username}/