madhusudanbabar / k-domains

A simple module to manage multiple subdomains with just one project
https://www.npmjs.com/package/k-domains
MIT License
52 stars 8 forks source link

go to subdomain nuxt-link #8

Open gmonitoring opened 3 years ago

gmonitoring commented 3 years ago

Hello, how can I go to a subdomain using a nuxt-link without knowing whether I am on a localhost or on a server?More precisely, how can I switch from a domain to a subdomain what write - go to sub

madhusudanbabar commented 3 years ago

You can't switch directly, for that you'll need to use anchor tags, we need to work on core and it's not possible in the current version to implement this feature.

Even for my own site, I'm using anchor tags, Can you try visiting home and blog from here , is this the same you are trying to implement?