This commit is contained in:
2025-12-20 18:46:45 +08:00
parent 5163e756f0
commit 547fd99c23
73 changed files with 15635 additions and 1924 deletions

View File

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