Skip to content

Commit

Permalink
Merge branch 'main' into cache-control-headers-on-redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Nov 5, 2024
2 parents ffee7e3 + f229c3b commit 75a27f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ import { fetch } from "../server/entry.cloudflare-pages";
export default { fetch };
```

- [Cloudflare Pages Middleware Source](https://github.com/QwikDev/qwik/tree/main/packages/qwik-city/middleware/cloudflare-pages/index.ts)
- [Cloudflare Pages Middleware Source](https://github.com/QwikDev/qwik/tree/main/packages/qwik-city/src/middleware/cloudflare-pages/index.ts)
- [Cloudflare Pages Advanced Mode](https://developers.cloudflare.com/pages/platform/functions/advanced-mode/)
- [Function Invocation Route Config](https://developers.cloudflare.com/pages/platform/functions/routing/#functions-invocation-routes)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ export const onRequest = async ({ env }) => {
```

- [Netlify Environment Variables](https://docs.netlify.com/environment-variables/overview/#environment-variable-options)
- [Netlify Edge Middleware Source](https://github.com/QwikDev/qwik/blob/main/packages/qwik-city/middleware/netlify-edge/index.ts)
- [Netlify Edge Middleware Source](https://github.com/QwikDev/qwik/blob/main/packages/qwik-city/src/middleware/netlify-edge/index.ts)

0 comments on commit 75a27f9

Please sign in to comment.