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 516a35a commit abc4c3cCopy full SHA for abc4c3c
flags-sdk/growthbook/app/[code]/page.tsx
@@ -10,6 +10,9 @@ 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