Update nuxt-og-image

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-12-29 02:41:02 +06:00
parent cf80a76601
commit e059d43fd5
27 changed files with 2688 additions and 885 deletions

View File

@@ -1,5 +1,10 @@
<script setup lang="ts">
defineOgImage()
defineOgImageComponent('About', {
headline: 'Greetings 👋',
title: 'Riyad\'s Blog',
description: 'Dive into web development with me and learn Js, Ts, Vue, Nuxt, Docker, k8s',
link: '/riyad.jpg',
})
</script>
<template>