diff --git a/components/OgImage/Blog.vue b/components/OgImage/Blog.vue new file mode 100644 index 0000000..9409d23 --- /dev/null +++ b/components/OgImage/Blog.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/nuxt.config.ts b/nuxt.config.ts index d27f7cc..70c0159 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,6 +17,10 @@ export default defineNuxtConfig({ }, site: { url: 'https://blog.nurriyad.xyz', + identity: { + type: 'Person', + }, + twitter: '@qdnvubp', }, typescript: { @@ -39,16 +43,17 @@ export default defineNuxtConfig({ }, modules: [ - '@nuxt/content', - '@nuxtjs/tailwindcss', 'nuxt-icon', '@nuxt/image', + '@vueuse/nuxt', + 'nuxt-og-image', + '@nuxt/content', '@nuxtjs/robots', + '@nuxtseo/module', '@nuxtjs/fontaine', '@nuxtjs/color-mode', 'nuxt-simple-sitemap', - 'nuxt-og-image', - '@vueuse/nuxt', + '@nuxtjs/tailwindcss', ], content: { diff --git a/package.json b/package.json index 531d2de..c5c6c19 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@nuxtjs/fontaine": "^0.2.5", "@nuxtjs/robots": "^3.0.0", "@nuxtjs/tailwindcss": "^6.6.7", + "@nuxtseo/module": "^2.0.0-beta.15", "@tailwindcss/forms": "^0.5.4", "@tailwindcss/typography": "^0.5.9", "@vueuse/core": "^10.4.1", diff --git a/pages/[...slug].vue b/pages/[...slug].vue index 41fde1e..c7c6f59 100644 --- a/pages/[...slug].vue +++ b/pages/[...slug].vue @@ -1,5 +1,5 @@