We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db9eab commit b74f21fCopy full SHA for b74f21f
src/app/(main)/products/[handle]/page.tsx
@@ -29,7 +29,6 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
29
30
export default async function CollectionPage({ params }: Props) {
31
const { products } = await getProductByHandle(params.handle).catch((err) => {
32
- console.error(err)
33
notFound()
34
})
35
0 commit comments