We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3c7e4 commit 8c6c4bcCopy full SHA for 8c6c4bc
docs/.vitepress/theme/index.ts
@@ -56,7 +56,7 @@ function redirectToLang(router: { go: (path: string) => void }) {
56
if (typeof window === 'undefined') return
57
58
const path = window.location.pathname
59
- const base = '/case-lambda'
+ const base = '/'
60
61
// 检查当前路径是否是根路径或只有 base
62
if (path === '/' || path === base || path === `${base}/` || path === `${base}/index.html`) {
0 commit comments