feat: add site box
also make mobile easier to see
This commit is contained in:
7
components/StoryStatBox.vue
Normal file
7
components/StoryStatBox.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
//const latest = await queryContent("stories").findOne();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<HomeStatBox color="lightgreen" title="Latest story"> </HomeStatBox>
|
||||
</template>
|
Reference in New Issue
Block a user