This repo is a testing NUXT3 subdomain routing with router.option.ts
in app folder.
It work both in pages folder profile
and Layers extends _blog
Create .env file in root directory and add :
VITE_SITE_URL = "https://yourdomain.com"
# yarn
yarn install
# npm
npm install