Skip to content

Commit

Permalink
fallback 실험
Browse files Browse the repository at this point in the history
  • Loading branch information
alsendrha committed Jun 2, 2024
1 parent 1f6758c commit 7c9d52c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/productList/[listId]/[productId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export async function generateStaticParams() {
return response.map((item: any) => (
{
listId: listIds.toString(),
productId: `${item.product_id}id=${item.id}`.toString()
productId: `${item.product_id}id=${item.id}`.toString(),
fallback: true
}
));
}
Expand Down

0 comments on commit 7c9d52c

Please sign in to comment.