Hey guys I'm currently working on a navbar, and I'm trying to achive, that if I have the path /blog/postOne open, that the NuxtLink leading to the route /blog will still be effected by the activeClass.
I tried using this folder structures to achive that:
pages
|- blog.vue (NuxtPage used here)
|- blog
|- blogOne.vue
|- index.vue