Skip to content

Commit

Permalink
update: Added a Discord route that will redirect to the Discord server.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinxiel committed Jun 17, 2023
1 parent 1301477 commit 9392605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/discord.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<script setup>
await navigateTo("https://discord.com/invite/Tf4SyBrE?utm_source=Discord%20Widget&utm_medium=Connect", {
external: true,
});
</script>

0 comments on commit 9392605

Please sign in to comment.