I am currently developing a Nuxt.js (vue.js) application. I am aware that Nuxt automatically generates routes based on the directory structure within the 'pages' folder. I am curious about how it would handle subdomains.
My goal is to establish a folder named 'pages/subdomains' and direct all subdomains to this specific folder. How can I make this configuration in Nuxt?