4
app.vue
4
app.vue
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user