Update seo tags
This commit is contained in:
@@ -16,6 +16,14 @@ const page = ref(1);
|
||||
const { suspense: suspenseProduct, data: product } = useGetProduct(id);
|
||||
const { suspense: suspenseComments } = useGetComments(id, page);
|
||||
|
||||
useSeoMeta({
|
||||
title: `محصول ${product.value?.name}`,
|
||||
ogImage: product.value?.variants[0].images[0].image,
|
||||
twitterImage: product.value?.variants[0].images[0].image,
|
||||
ogDescription: product.value?.description,
|
||||
twitterDescription: product.value?.description,
|
||||
});
|
||||
|
||||
const selectedVariant = ref<ProductVariant>();
|
||||
|
||||
const showChatButton = ref(true);
|
||||
|
||||
Reference in New Issue
Block a user