From 365351d7afd2788ecd427cf9d27c939f221ea8db Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Tue, 14 Jan 2025 11:18:34 -0800 Subject: [PATCH] Update cloudflare docs link --- .../docs-site/src/content/docs/docs/platforms/cloudflare.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs-site/src/content/docs/docs/platforms/cloudflare.mdx b/packages/docs-site/src/content/docs/docs/platforms/cloudflare.mdx index 500bb489..96412195 100644 --- a/packages/docs-site/src/content/docs/docs/platforms/cloudflare.mdx +++ b/packages/docs-site/src/content/docs/docs/platforms/cloudflare.mdx @@ -235,7 +235,7 @@ Please reach out if you need help setting things up, or have a use case that is ### Cloudflare Pages env vars -The Cloudflare Pages environment injects a few [environment variables](https://docs.netlify.com/configure-builds/environment-variables/#read-only-variables) into its _build environment_ that provide information about the current build. This module exposes a pre-made config schema object which you can use in your own schema. You can use the `pickFromSchemaObject` utility to pick only the env var keys that you need from the full list. For example: +The Cloudflare Pages environment injects a few [environment variables](https://developers.cloudflare.com/pages/configuration/build-configuration/#environment-variables) into its _build environment_ that provide information about the current build. This module exposes a pre-made config schema object which you can use in your own schema. You can use the `pickFromSchemaObject` utility to pick only the env var keys that you need from the full list. For example: ```ts title='.dmno/config.mts' import { defineDmnoService, switchBy, pickFromSchemaObject } from 'dmno';