router.options.ts has the content as shown in the screenshot. What the router options effectively does uses the subdomain retreived from the nitro middleware and only returns the routes that belong to the respective folder: admin.localhost:3000 --> $admin/index.vue, etc. It is configured such that localhost:3000/ points to $www/index.vue. "/": { prerender: true } and "/$www/**": { prerender: true } but they both don't work. What can I do?