Skip to content

Commit

Permalink
Update packages/core/src/pages/[slug]/p.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoformiga authored Feb 29, 2024
1 parent f94e647 commit 9fb443d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/pages/[slug]/p.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export const getStaticProps: GetStaticProps<
}

const cmsPage: PDPContentType = await getPDP(slug, data.product, previewData)
console.log('🚀 ~ cmsPage:', cmsPage)

const { seo } = data.product
const title = seo.title || storeConfig.seo.title
Expand Down

0 comments on commit 9fb443d

Please sign in to comment.