4
app.vue
4
app.vue
@@ -1,12 +1,12 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
const description =
|
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 =
|
const ogTitle =
|
||||||
'Riyad codes and helps others learning Javascript, Typescript, Vue, Nuxt, & Problem Solving'
|
'Riyad codes and helps others learning Javascript, Typescript, Vue, Nuxt, & Problem Solving'
|
||||||
const twitterDescription =
|
const twitterDescription =
|
||||||
'My website of where I play around with Nuxt, Vue and more and showcase my blog, resources etc'
|
'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 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({
|
useHead({
|
||||||
htmlAttrs: {
|
htmlAttrs: {
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ useHead({
|
|||||||
{ hid: 'og:type', property: 'og:type', content: 'website' },
|
{ hid: 'og:type', property: 'og:type', content: 'website' },
|
||||||
{
|
{
|
||||||
property: 'og:url',
|
property: 'og:url',
|
||||||
content: 'https://blog-nurriyad.vercel.app/',
|
content: `https://blog-nurriyad.vercel.app/${path}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
property: 'og:title',
|
property: 'og:title',
|
||||||
@@ -49,7 +49,7 @@ useHead({
|
|||||||
{ name: 'twitter:card', content: 'summary_large_image' },
|
{ name: 'twitter:card', content: 'summary_large_image' },
|
||||||
{
|
{
|
||||||
name: 'twitter:url',
|
name: 'twitter:url',
|
||||||
content: 'https://blog-nurriyad.vercel.app/',
|
content: `https://blog-nurriyad.vercel.app/${path}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'twitter:title',
|
name: 'twitter:title',
|
||||||
|
|||||||
Reference in New Issue
Block a user