update meta
This commit is contained in:
+13
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user