hi page now redirects home outside of events
This commit is contained in:
parent
db758dd407
commit
aebebf0a52
1 changed files with 10 additions and 6 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
// when theres an event or something, comment this out so users dont get sent to the homepage
|
||||||
|
navigateTo('/')
|
||||||
|
|
||||||
|
|
||||||
useSeoMeta({
|
useSeoMeta({
|
||||||
title: "hi from Smash!",
|
title: "hi from Smash!",
|
||||||
ogTitle: "hi from Smash!",
|
ogTitle: "hi from Smash!",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue