update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user