diff --git a/src/pages/products/[...slug].astro b/src/pages/products/[...slug].astro index dea0251..b3a40a9 100644 --- a/src/pages/products/[...slug].astro +++ b/src/pages/products/[...slug].astro @@ -27,7 +27,9 @@ const { product } = Astro.props; const pageTitle: string = `${product.data.title} | ${SITE.title}`; --- - +
@@ -146,7 +148,6 @@ const pageTitle: string = `${product.data.title} | ${SITE.title}`; )) } - { product.data.specificationsRight ? (
@@ -211,164 +212,163 @@ const pageTitle: string = `${product.data.title} | ${SITE.title}`;
-
-