fix(docs): redirect all /modules to / (#8876)

This commit is contained in:
Xingyao Wang
2025-06-03 12:22:10 -04:00
committed by GitHub
parent ae4f8b7df9
commit 728a7e84d8

View File

@@ -194,5 +194,11 @@
"chatgpt",
"claude"
]
}
},
"redirects": [
{
"source": "/modules/:slug*",
"destination": "/:slug*"
}
]
}