cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
1k stars 638 forks source link

add Pages templates #73

Closed eidam closed 2 years ago

eidam commented 2 years ago

Adding two initial Pages templates

  1. Pages Functions CORS - using _middleware.ts to add needed CORS headers for /api path. https://stackblitz.com/fork/github/cloudflare/templates/tree/e/add-pages-templates/pages-functions-cors?file=functions%2Fapi%2F_middleware.ts,functions%2Fapi%2Ftime.ts&initialPath=/api/time

  2. Pages Functions static form - using static-forms Pages plugin. https://stackblitz.com/fork/github/cloudflare/templates/tree/e/add-pages-templates/pages-functions-static-form?file=functions%2F_middleware.ts,public%2Findex.html