We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc4c3c commit 23266ffCopy full SHA for 23266ff
flags-sdk/growthbook/app/[code]/page.tsx
@@ -10,9 +10,6 @@ import { ProductDetailPageProvider } from '@/components/utils/product-detail-pag
10
import { productFlags, showSummerBannerFlag } from '@/flags'
11
import { Main } from '@/components/main'
12
13
-// We will precompute and rewrite to static variants.
14
-export const dynamic = 'force-static'
15
-
16
export default async function Page(props: {
17
params: Promise<{ code: string }>
18
}) {
0 commit comments