fix: update product meta tag generation and clean up footer comments

This commit is contained in:
sebseb7
2025-07-19 22:35:52 +02:00
parent 2774c6924f
commit f2ee641bfd
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
const generateProductMetaTags = (product, baseUrl, config) => {
const productUrl = `${baseUrl}/Artikel/${product.seoName}`;
const imageUrl =
product.pictureList && product.pictureList.trim()
? `${baseUrl}/assets/images/prod${product.pictureList