update meta tag

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-13 00:15:37 +06:00
parent 49553fa1ad
commit 9e2b24ba13
2 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
<script setup>
const description =
'Riyad, Software Engineer at AppsCode working on ByteBuilders, with over 2 years experience in Frontend development.'
'Riyad, Software Engineer at AppsCode working on ByteBuilders, with over 1.5 years experience in Frontend development.'
const ogTitle =
'Riyad codes and helps others learning Javascript, Typescript, Vue, Nuxt, & Problem Solving'
const twitterDescription =
'My website of where I play around with Nuxt, Vue and more and showcase my blog, resources etc'
const twitterCard = 'https://res.cloudinary.com/dmecmyphj/image/upload/v1673369821/cld-sample-2.jpg'
const mySite = 'http://localhost:3000/'
const mySite = 'https://blog-nurriyad.vercel.app/'
useHead({
htmlAttrs: {
lang: 'en',

View File

@@ -30,7 +30,7 @@ useHead({
{ hid: 'og:type', property: 'og:type', content: 'website' },
{
property: 'og:url',
content: 'https://blog-nurriyad.vercel.app/',
content: `https://blog-nurriyad.vercel.app/${path}`,
},
{
property: 'og:title',
@@ -49,7 +49,7 @@ useHead({
{ name: 'twitter:card', content: 'summary_large_image' },
{
name: 'twitter:url',
content: 'https://blog-nurriyad.vercel.app/',
content: `https://blog-nurriyad.vercel.app/${path}`,
},
{
name: 'twitter:title',