Skip to content

Commit

Permalink
Added redirect for public
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratatinator97 committed Jun 11, 2024
1 parent 73c2c05 commit 9752fbd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/public/_fatherCollectionId.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<div>
<p>Redirecting</p>
</div>
</template>
<script>
export default {
mounted() {
this.$router.push("/pictalk");
}
}
</script>

0 comments on commit 9752fbd

Please sign in to comment.