Skip to content

Commit 62d2dde

Browse files
committed
Merge branch 'padms/3890' into staging
2 parents 67c2f72 + 3def7d8 commit 62d2dde

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

web/app/[locale]/search/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { LogoLink } from '@/core/Link/LogoLink'
77
import { NavTopbar } from '@/sections/SiteMenu/NavTopbar'
88
import { TopbarDropdown } from '@/sections/SiteMenu/TopbarDropdown'
99

10-
export const dynamic = 'force-static'
11-
1210
export default function SearchLayout({
1311
children,
1412
}: {

web/app/[locale]/search/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { Flags } from '@/sanity/helpers/datasetHelpers'
22
import { Search } from '@/sections/searchBlocks/Search'
33

4-
export const dynamic = 'force-static'
5-
64
export function generateStaticParams() {
75
return Flags.HAS_SEARCH ? [{ locale: 'nb-NO' }, { locale: 'en-GB' }] : []
86
}

0 commit comments

Comments
 (0)