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, };