- ecology.vue replaced with redirect to /members?view=ecology - connections.vue updated to skip the /ecology hop, redirects directly - Remove Ecology nav entry; Members covers it
4 lines
127 B
Vue
4 lines
127 B
Vue
<script setup>
|
|
definePageMeta({ middleware: "auth" });
|
|
await navigateTo("/members?view=ecology", { replace: true });
|
|
</script>
|