I'm building a Nuxt.js (vue.js) app. Since nuxt automatically generate routes based on directory structure within pages folder. I was wondering how it would handle subdomains.
I want to create a folder named pages/subdomains and want to redirect all subdomains to this folder. How can I achieve this via Nuxt?