committed by
GitHub
parent
61b872f73b
commit
58f655df33
@@ -37,12 +37,10 @@ export const aboutPage = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const seoData = {
|
export const seoData = {
|
||||||
description:
|
title: `Riyad's Blog | Riyads Blog`,
|
||||||
'Riyad, Software Engineer at AppsCode, with over 2.5+ years experience in software development.',
|
ogTitle: `Let's learn Javascript, Typescript, Vue, Nuxt, & Problem Solving - Riyads Blog | Riyad's Blog`,
|
||||||
ogTitle:
|
description: `Hi I am Riyad. A Software Engineer at AppsCode, with over 2.5+ years experience in software development. - Riyads Blog | Riyad's Blog`,
|
||||||
'Riyad codes and helps others learn Javascript, Typescript, Vue, Nuxt, & Problem Solving',
|
twitterDescription: `Riyad's Blog, where I play around with Nuxt, Vue, and more and showcase my blog, resources, etc - Riyads Blog | Riyad's Blog`,
|
||||||
twitterDescription:
|
|
||||||
'My blog website, where I play around with Nuxt, Vue, and more and showcase my blog, resources, etc',
|
|
||||||
image:
|
image:
|
||||||
'https://res.cloudinary.com/dmecmyphj/image/upload/v1673548905/nuxt-blog/cover_ntgs6u.webp',
|
'https://res.cloudinary.com/dmecmyphj/image/upload/v1673548905/nuxt-blog/cover_ntgs6u.webp',
|
||||||
mySite: 'https://blog-nurriyad.vercel.app',
|
mySite: 'https://blog-nurriyad.vercel.app',
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { navbarData, seoData } from './data'
|
import { seoData } from './data'
|
||||||
|
|
||||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
@@ -24,8 +24,8 @@ export default defineNuxtConfig({
|
|||||||
head: {
|
head: {
|
||||||
charset: 'utf-16',
|
charset: 'utf-16',
|
||||||
viewport: 'width=device-width,initial-scale=1',
|
viewport: 'width=device-width,initial-scale=1',
|
||||||
title: navbarData.homeTitle,
|
title: seoData.title,
|
||||||
titleTemplate: `%s - ${navbarData.homeTitle}`,
|
titleTemplate: `%s - ${seoData.title}`,
|
||||||
},
|
},
|
||||||
pageTransition: { name: 'page', mode: 'out-in' },
|
pageTransition: { name: 'page', mode: 'out-in' },
|
||||||
layoutTransition: { name: 'layout', mode: 'out-in' },
|
layoutTransition: { name: 'layout', mode: 'out-in' },
|
||||||
|
|||||||
Reference in New Issue
Block a user