Skip to content

Commit

Permalink
Merge pull request #3 from Electrium-Mobility/supabase-integration
Browse files Browse the repository at this point in the history
Update page.tsx
  • Loading branch information
Jerryzjx authored Jul 8, 2024
2 parents 2d9d3b2 + df1878d commit e2c3b01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/products/[productId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ async function getBike(productId: string) {
}

export async function generateStaticParams() {
// If you have a fixed set of product IDs, you can return them here
// Otherwise, return an empty array and handle dynamic routes
return [];
}

Expand Down

0 comments on commit e2c3b01

Please sign in to comment.