Skip to content

Commit ae1e625

Browse files
authored
Update config.mts
1 parent 2e7d633 commit ae1e625

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/config.mts

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ const github_link_url = 'https://github.com/virak-cloud/docs/edit/main/docs/:pat
1818

1919
export default defineConfig({
2020
// shared properties and other top-level stuff...
21+
rewrites: {
22+
'docs/fa': 'docs/fa/guides',
23+
'docs/en': 'docs/en/guides',
24+
// 'docs/:lang/:slug*': ':lang/:slug*'
25+
},
2126
lang: 'fa-IR',
2227
cleanUrls: true,
2328
// title: "Virak Cloud",

0 commit comments

Comments
 (0)