@epic-web/workshop-app 4.6.1 → 4.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/server/index.js
CHANGED
|
@@ -12339,7 +12339,7 @@ async function loader$2({ request }) {
|
|
|
12339
12339
|
const workshopTitle = await getWorkshopTitle();
|
|
12340
12340
|
const title = url.searchParams.get("title") || workshopTitle;
|
|
12341
12341
|
const subtitle = url.searchParams.get("subtitle") || await getWorkshopSubtitle();
|
|
12342
|
-
const urlPathname = url.searchParams.get("urlPathname") ||
|
|
12342
|
+
const urlPathname = url.searchParams.get("urlPathname") || "";
|
|
12343
12343
|
const element = /* @__PURE__ */ jsx(
|
|
12344
12344
|
OgLayout,
|
|
12345
12345
|
{
|