This commit is contained in:
saboooor 2023-05-02 14:00:12 -06:00
commit 99119e6430

View file

@ -19,6 +19,6 @@ declare global {
interface QwikCityPlatform extends PlatformCloudflarePages {}
}
const onRequest = createQwikCity({ render, qwikCityPlan, manifest });
const fetch = createQwikCity({ render, qwikCityPlan, manifest });
export { onRequest };
export { fetch };