From a94990524b773fceed1099571c26710b5fa1eec3 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 12 Dec 2025 13:10:00 +0100 Subject: [PATCH] typo fix --- .../quickstart/go-to-production-with-lightpanda-cloud.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx b/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx index b6b2aae..fd33262 100644 --- a/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx +++ b/src/content/quickstart/go-to-production-with-lightpanda-cloud.mdx @@ -32,7 +32,6 @@ const puppeteeropts = { ```javascript copy -const puppeteeropts = { const playwrightopts = { endpointURL: 'wss://euwest.cloud.lightpanda.io/ws?token=' + process.env.LPD_TOKEN, };