feat: redirect to first channel in list when going to server url
This commit is contained in:
parent
5011affd49
commit
abf3b248c4
2 changed files with 18 additions and 2 deletions
|
@ -5,8 +5,9 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const guild = await fetchWithApi(`/guilds/${useRoute().params.serverId}`);
|
||||
console.log("guild:", guild);
|
||||
definePageMeta({
|
||||
middleware: "server"
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue