refactor: merge ecology into /members, redirect old routes
- 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
This commit is contained in:
parent
4fff0bf4cd
commit
a448ea809d
3 changed files with 57 additions and 486 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<script setup>
|
||||
definePageMeta({ middleware: "auth" });
|
||||
await navigateTo("/ecology", { replace: true });
|
||||
await navigateTo("/members?view=ecology", { replace: true });
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue