We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f437b04 commit bc036ecCopy full SHA for bc036ec
1 file changed
packages/app/src/app/[[...tab]]/page.tsx
@@ -5,7 +5,7 @@ import { PageContent } from '@/components/page-content';
5
import { TAB_META, VALID_TABS } from '@/lib/tab-meta';
6
import { SITE_URL } from '@semianalysisai/inferencex-constants';
7
8
-export const dynamicParams = false;
+export const dynamicParams = true;
9
10
export function generateStaticParams() {
11
return [{ tab: [] }, ...VALID_TABS.map((t) => ({ tab: [t] }))];
0 commit comments