Docs Domain
The canonical docs domain is:
https://docs.elarissolutionsllc.com
Vercel setup
- Create a Vercel project from the GitHub repository.
- Set the project root directory to
next. - Set the build command to
npm run build. - Add the production domain
docs.elarissolutionsllc.com. - Add the DNS record requested by Vercel.
Typical DNS record
Type: CNAME
Name: docs
Value: cname.vercel-dns.com
Verification
https://docs.elarissolutionsllc.comloads the docs home./sitemap.xml,/robots.txt, and/llms.txtreturn successfully.- Search engines see canonical URLs on the docs subdomain.
