antd-tiny-vue/site/.vitepress/config/rewrites.ts

6 lines
113 B
TypeScript
Raw Normal View History

2023-03-28 08:25:18 +08:00
export const getRewrites = (): Record<string, string> => {
return {
// '/site/index.md': '/index.md'
}
}