diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index 2450b0da6..e7c16db60 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -10,6 +10,8 @@ import type { Metadata } from "next" import type { LangParams, LayoutArgs } from "@/types/params" import VwoScript from "@/components/Current/VwoScript" +export const fetchCache = "default-no-store" + export const metadata: Metadata = { description: "New web", title: "Scandic Hotels New Web", diff --git a/app/[lang]/(preview-current)/layout.tsx b/app/[lang]/(preview-current)/layout.tsx index b05b3f467..deffcb44b 100644 --- a/app/[lang]/(preview-current)/layout.tsx +++ b/app/[lang]/(preview-current)/layout.tsx @@ -7,6 +7,8 @@ import InitLivePreview from "@/components/Current/LivePreview" import type { Metadata } from "next" import type { LangParams, LayoutArgs } from "@/types/params" +export const fetchCache = "default-no-store" + export const metadata: Metadata = { description: "New web", title: "Scandic Hotels New Web",