return redirect(...)
const routeData: Accessor<ProfileRouteData | undefined> = createAsync(() => getData() );
<Suspense fallback={<DottedLoader color="#999" />}> <Header headerImageUrl={ ? routeData()?.config?.clientLogoUrl : defaultImageUrl } /></Suspense>
getRequestEvent
{ "@context": "http://schema.org", "@type": "Product", "name": "Example Product", "image": "https://example.com/path/to/image.jpg", "description": "A detailed description of the product.", "sku": "SKU12345", "brand": { "@type": "Brand", "name": "Brand Name" }, "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "100.00", "itemCondition": "http://schema.org/NewCondition", "availability": "http://schema.org/InStock", "seller": { "@type": "Organization", "name": "Example.com" } } }