hi page now redirects home outside of events

This commit is contained in:
Tabby 2026-01-09 02:18:26 +00:00
parent db758dd407
commit aebebf0a52

View file

@ -1,11 +1,15 @@
<script setup lang="ts"> <script setup lang="ts">
useSeoMeta({ // when theres an event or something, comment this out so users dont get sent to the homepage
navigateTo('/')
useSeoMeta({
title: "hi from Smash!", title: "hi from Smash!",
ogTitle: "hi from Smash!", ogTitle: "hi from Smash!",
description: "meow meow meow!!", description: "meow meow meow!!",
ogDescription: "meow meow meow!!", ogDescription: "meow meow meow!!",
}); });
</script> </script>