From 9973e3921c78d263bd0e82034a112a560b5edaa2 Mon Sep 17 00:00:00 2001 From: Christel Westerberg Date: Wed, 28 Feb 2024 13:06:18 +0100 Subject: [PATCH] fix: rename access token variable and change eslint rules in layout --- .env.local.example | 2 +- app/[lang]/(live-current)/layout.tsx | 3 +- env/server.ts | 4 +- package-lock.json | 1764 +++++++++++++++++++++++++- package.json | 2 +- 5 files changed, 1760 insertions(+), 15 deletions(-) diff --git a/.env.local.example b/.env.local.example index e62eb3856..3f6c4d543 100644 --- a/.env.local.example +++ b/.env.local.example @@ -5,4 +5,4 @@ CMS_URL="https://eu-graphql.contentstack.com/stacks/${CMS_API_KEY}?environment=$ CMS_PREVIEW_URL="https://graphql-preview.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}"; CMS_PREVIEW_TOKEN="" ADOBE_SCRIPT_SRC="" -REPOSITORY_ACCESS_TOKEN="" +DESIGN_SYSTEM_ACCESS_TOKEN="" diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index 27915c9e3..0d0445ae1 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -1,4 +1,3 @@ -/* eslint-disable @next/next/no-css-tags */ import "@scandic-hotels/design-system/style.css" import AdobeScript from "@/components/Current/AdobeScript" @@ -23,7 +22,9 @@ export default function RootLayout({ return ( + {/* eslint-disable-next-line @next/next/no-css-tags */} + {/* eslint-disable-next-line @next/next/no-css-tags */}