From 5f1fb2f3c301c179c63c055258a7034926085d3f Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Thu, 22 Feb 2024 19:29:09 +0100 Subject: [PATCH] chore: update .env.local.example --- .env.local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local.example b/.env.local.example index 5b058d208..99fe71286 100644 --- a/.env.local.example +++ b/.env.local.example @@ -4,4 +4,4 @@ CMS_ENVIRONMENT="development" CMS_URL="https://eu-graphql.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}" CMS_PREVIEW_URL="https://graphql-preview.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}"; CMS_PREVIEW_TOKEN="" -ADOBE_SCRIPT_SRC="" \ No newline at end of file +ADOBE_SCRIPT_SRC="https://mocked-url.se/tracking-script.js" \ No newline at end of file