build: Add explanations for which apps can be used, add link to registration page in sidebar

This commit is contained in:
Jesse Wierzbinski 2024-04-25 20:10:44 -10:00
parent a45c04258e
commit c29cae2955
No known key found for this signature in database
5 changed files with 98 additions and 37 deletions

View file

@ -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,