Add Meta Description to App

This commit is contained in:
2026-07-12 01:15:29 +10:00
parent 5ac580bb06
commit 0230c77a2a
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,6 @@
<script setup lang="ts">
withDefaults(defineProps<{
title: string,
title?: string,
wide?: boolean,
blurb?: string
}>(), { wide: false })