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