Skip to content

Commit

Permalink
Accept dynamic params
Browse files Browse the repository at this point in the history
  • Loading branch information
goncy committed Sep 4, 2024
1 parent 4c9fc3d commit 662694b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/[[...product]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import StoreScreen from "@/modules/store/screens/Store";

export const dynamic = "force-static";

export const dynamicParams = false;

export async function generateStaticParams() {
const products = await api.list();

Expand Down

0 comments on commit 662694b

Please sign in to comment.