This commit is contained in:
DecDuck
2024-10-04 15:35:03 +10:00
parent e52f072091
commit 1bd19ad917
9 changed files with 61 additions and 70 deletions
+10 -1
View File
@@ -6,4 +6,13 @@
</div>
<UserFooter />
</content>
</template>
</template>
<script setup lang="ts">
useHead({
titleTemplate(title) {
if (title) return `${title} | Drop`;
return `Drop`;
},
})
</script>