From 2a6e34d95430edc2c013ef39047a41d0a6e3bc7b Mon Sep 17 00:00:00 2001 From: Nikolas Date: Tue, 30 Sep 2025 11:06:34 +0200 Subject: [PATCH] Update 450-deploy-to-cloudflare.mdx --- .../500-deployment/301-edge/450-deploy-to-cloudflare.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx b/content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx index eebc58d180..b3a9a00a28 100644 --- a/content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx @@ -4,7 +4,6 @@ metaTitle: 'Deploy to Cloudflare Workers & Pages' metaDescription: 'Learn the things you need to know in order to deploy an app that uses Prisma Client for talking to a database to a Cloudflare Worker or to Cloudflare Pages.' sidebar_label: Deploy to Cloudflare tocDepth: 3 -sidebar_class_name: preview-badge --- This page covers everything you need to know to deploy an app with Prisma ORM to a [Cloudflare Worker](https://developers.cloudflare.com/workers/) or to [Cloudflare Pages](https://developers.cloudflare.com/pages).