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
16
pages/hi.vue
16
pages/hi.vue
|
|
@ -1,11 +1,15 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
useSeoMeta({
|
||||
title: "hi from Smash!",
|
||||
ogTitle: "hi from Smash!",
|
||||
description: "meow meow meow!!",
|
||||
ogDescription: "meow meow meow!!",
|
||||
});
|
||||
// when theres an event or something, comment this out so users dont get sent to the homepage
|
||||
navigateTo('/')
|
||||
|
||||
|
||||
useSeoMeta({
|
||||
title: "hi from Smash!",
|
||||
ogTitle: "hi from Smash!",
|
||||
description: "meow meow meow!!",
|
||||
ogDescription: "meow meow meow!!",
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue