GitHub Pages doesn't support rewrites like something in vercel
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
Maybe docup can support spa route?
It means for the following config:
{
text: "中文",
link: "zh",
}
Docup will fetch zh.md directly instead of jump to /zh
GitHub Pages doesn't support
rewriteslike something in vercel{ "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ] }Maybe docup can support spa route?
It means for the following config:
Docup will fetch
zh.mddirectly instead of jump to/zh