docs: 📝 new docs

This commit is contained in:
Leifer Mendez
2022-12-22 09:59:11 +01:00
parent d1e2fbc750
commit 331e5b0f8e
48 changed files with 3523 additions and 1505 deletions

View File

@@ -1,16 +0,0 @@
/*
* WHAT IS THIS FILE?
*
* It's the entry point for cloudflare-pages when building for production.
*
* Learn more about the cloudflare integration here:
* - https://qwik.builder.io/qwikcity/adaptors/cloudflare-pages/
*
*/
import { createQwikCity } from '@builder.io/qwik-city/middleware/cloudflare-pages'
import qwikCityPlan from '@qwik-city-plan'
import render from './entry.ssr'
const onRequest = createQwikCity({ render, qwikCityPlan })
export { onRequest }