The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.
You can also use v0 to narrow down the possibilities.
It seems like the vercel.json file has rewrites configured instead of redirects.
The following vercel.json will redirect all paths from https://markdown-syntax-hub.tcblabber.cn/ to https://tcblabber.cn/markdown-syntax-hub. Can you add it to the project using the subdomain?
I added the code snippet redirects above to vercel.json. It redirects the URL to the subpath designated in destination, but causes a 404: Not_Found error.
Hi @docsimpo, thanks for sharing your outcome. I just tried it myself for one of my projects and the redirect worked fine. The only difference is the trailingSlash in the config. Are you using specifically for some reason? If not can you try removing it?