Fix SEO meta

This commit is contained in:
2025-11-30 23:35:33 +01:00
parent b45805fa8e
commit 03519209f0
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
<script setup lang="ts">
useSeoMeta({
title: 'Blog',
})
defineOgImageComponent('Site', {
title: 'Blog'
})
+3
View File
@@ -1,4 +1,7 @@
<script setup lang="ts">
useSeoMeta({
title: 'CV',
})
defineOgImageComponent('Site', {
title: 'CV'
})
+3
View File
@@ -1,4 +1,7 @@
<script setup lang="ts">
useSeoMeta({
title: 'Projects',
})
defineOgImageComponent('Site', {
title: 'Projects'
})