mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 19:49:16 +01:00
build: ✨ Add explanations for which apps can be used, add link to registration page in sidebar
This commit is contained in:
parent
a45c04258e
commit
c29cae2955
5 changed files with 98 additions and 37 deletions
|
|
@ -25,7 +25,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { Account } from '~/types/mastodon/account';
|
||||
import type { Account } from "~/types/mastodon/account";
|
||||
|
||||
definePageMeta({
|
||||
layout: false,
|
||||
|
|
@ -56,7 +56,7 @@ onMounted(async () => {
|
|||
await loadNext();
|
||||
}
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
useServerSeoMeta({
|
||||
title: account.value?.display_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue