Fix title issue and seo data

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2024-06-27 00:26:45 +06:00
parent fa2f23f6fa
commit d3c28af301
12 changed files with 42 additions and 22 deletions

View File

@@ -1,4 +1,14 @@
<script setup lang="ts">
useHead({
title: '404',
meta: [
{
name: 'description',
content: 'Page not found',
},
],
})
defineOgImageComponent('About', {
headline: 'Wrong Path',
title: '404',