Poignant le sous-domaine vers une page Next.js sur Vercel
{
"rewrites": [
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "a.domain.com"
}
],
"destination": "/a/:path*"
}
]
}
Rashad Almaqtary