update meta

This commit is contained in:
2026-06-07 23:09:36 +03:00
parent 05096522e0
commit f0165aaa2e
2 changed files with 15 additions and 3 deletions
+13 -1
View File
@@ -51,7 +51,19 @@ useHead({
{
property: 'og:url',
content: window.location.href // Здесь можно также задать каноничный URL
}
},
{
property: 'og:site_name',
content: route.meta.title
},
{
property: 'telegram:channel',
content: '@uvpn_shop'
},
{
property: 'tg:site_verification',
content: 'g7j8/rPFXfhyrq5q0QQV7EsYWv4='
},
]
});
</script>