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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user