improved blog post component
This commit is contained in:
parent
a40d30ea1c
commit
dfe3a8c1fa
8 changed files with 272 additions and 80 deletions
18
pages/newIndex.vue
Normal file
18
pages/newIndex.vue
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
useSeoMeta({
|
||||
title: "Home",
|
||||
ogTitle: "Home",
|
||||
description: "My personal website.",
|
||||
ogDescription: "My personal website.",
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue