const href = await buildPortalHref({ slug: "shop" });
const buildPortalHref: PortalFunction<string, PortalNavigationTarget>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Converts a Portal navigation target to an href for the current mount.
const href = await buildPortalHref({ slug: "shop" });
const buildPortalHref: PortalFunction<string, PortalNavigationTarget>