feat: add title for pages
This commit is contained in:
parent
dfdf95da61
commit
f54e135848
10 changed files with 39 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
const paginator = masto.timelines.getPublicIterable()
|
||||
|
||||
useHead({
|
||||
title: 'Federated'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue