We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7d633 commit ae1e625Copy full SHA for ae1e625
docs/.vitepress/config.mts
@@ -18,6 +18,11 @@ const github_link_url = 'https://github.com/virak-cloud/docs/edit/main/docs/:pat
18
19
export default defineConfig({
20
// 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
+ },
26
lang: 'fa-IR',
27
cleanUrls: true,
28
// title: "Virak Cloud",
0 commit comments