Skip to content

Commit 23266ff

Browse files
authored
Revert force-static (#1157)
### Description This cache optimization removed functionality related to the cart delay; reverting
1 parent abc4c3c commit 23266ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flags-sdk/growthbook/app/[code]/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ import { ProductDetailPageProvider } from '@/components/utils/product-detail-pag
1010
import { productFlags, showSummerBannerFlag } from '@/flags'
1111
import { Main } from '@/components/main'
1212

13-
// We will precompute and rewrite to static variants.
14-
export const dynamic = 'force-static'
15-
1613
export default async function Page(props: {
1714
params: Promise<{ code: string }>
1815
}) {

0 commit comments

Comments
 (0)