mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-09-10 00:03:18 +08:00
feat: add locale
This commit is contained in:
9
.vitepress/config/rewrites.ts
Normal file
9
.vitepress/config/rewrites.ts
Normal file
@ -0,0 +1,9 @@
|
||||
export const getRewrites = (): Record<string, string> => {
|
||||
return {
|
||||
'site/index.md': 'index.md',
|
||||
'site/index.zh-CN.md': 'zh-CN/index.md',
|
||||
'site/components/index.md': 'components/index.md',
|
||||
'site/components/index.zh-CN.md': 'zh-CN/components/index.md',
|
||||
'components/:btn/index.zh-CN.md': 'zh-CN/components/:btn/index.md'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user