antd-tiny-vue/site/.vitepress/config/rewrites.ts
2023-03-28 08:25:18 +08:00

6 lines
113 B
TypeScript

export const getRewrites = (): Record<string, string> => {
return {
// '/site/index.md': '/index.md'
}
}