From ed9b6411fc20c70243c527ea8fe238a0e62d75bb Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 29 Oct 2025 22:37:11 +0000 Subject: [PATCH] Always enable Cloudflare workers preview URLs --- docs-site/wrangler.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-site/wrangler.toml b/docs-site/wrangler.toml index 8d988e68f7..38c0c76848 100644 --- a/docs-site/wrangler.toml +++ b/docs-site/wrangler.toml @@ -4,6 +4,7 @@ compatibility_date = "2025-06-17" routes = ["ai.pydantic.dev/*"] main = "src/index.ts" workers_dev = false +preview_urls = true compatibility_flags = [ "nodejs_compat_v2" ] [vars]