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 */}