Skip to content

Commit

Permalink
single
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Dec 4, 2023
1 parent 05b4c1d commit 5473d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/products/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const getData = async ({ searchParams }: { searchParams: RouteSearchParams }) =>
const recommendations = await getRecommendations();

return {
products,
product: products[0],
recommendations,
};
};
Expand Down

0 comments on commit 5473d33

Please sign in to comment.