Указывание субдомена на страницу next.js на Vercel
{
"rewrites": [
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "a.domain.com"
}
],
"destination": "/a/:path*"
}
]
}
Rashad Almaqtary