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

This commit is contained in:
Michael Zetterberg
2024-03-14 16:46:11 +01:00
parent 70f9c22410
commit ea3614f9b7
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",