improved blog post component

This commit is contained in:
Tabby 2025-04-05 19:01:47 +11:00
parent a40d30ea1c
commit dfe3a8c1fa
8 changed files with 272 additions and 80 deletions

18
pages/newIndex.vue Normal file
View 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>