diff --git a/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx b/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx index 9783e7a89e..76ffe91472 100644 --- a/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx +++ b/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx @@ -151,7 +151,7 @@ To get started, sign up for a free [Prisma Data Platform account](https://consol 1. Add the Prisma Accelerate connection string to your local environment `.env` file. ```diff file=.env - +DATABASE_URL="DATABASE_URL="prisma://accelerate.prisma-data.net/?api_key=__API_KEY__" + +DATABASE_URL="prisma://accelerate.prisma-data.net/?api_key=__API_KEY__" -DATABASE_URL="postgres://..." ```