Merged in feat/disable-cache-drop1 (pull request #66)

feat(WEB-129): disable fetch cache for CurrentWeb pages

Approved-by: Christel Westerberg
This commit is contained in:
Michael Zetterberg
2024-03-26 07:32:50 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -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",

View File

@@ -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",