pbw-explore/_app/immutable/chunks/_layout-fee754f4.js

2 řádky
537 B
JavaScript
Surový Normální zobrazení Historie

async function n(e="23"){const t=await(await fetch(`https://data.prgblockweek.com/${e}/index.json`)).json();t.speakers=[];for(const a of t.events)if(a.speakers)for(const s of a.speakers)s.events=[a.id],t.speakers.push(s);return t}async function o(){return(await fetch("https://data.prgblockweek.com/schema/1/bundle.json")).json()}async function r({params:e}){return{bundle:await n(e.entry),schema:await o()}}const p=Object.freeze(Object.defineProperty({__proto__:null,load:r},Symbol.toStringTag,{value:"Module"}));export{p as _,r as l};