docs: 🔥 added netlify

This commit is contained in:
Leifer Mendez
2022-12-28 20:51:28 +01:00
parent 5b796a163e
commit be39e8fd30
14 changed files with 7644 additions and 832 deletions

View File

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