We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c87cd commit 5e6c843Copy full SHA for 5e6c843
1 file changed
doc/.vitepress/config/shared.mjs
@@ -1,7 +1,7 @@
1
import { defineConfig } from 'vitepress';
2
3
export const shared = defineConfig({
4
- // base: '/mettle-doc/',
+ base: '/mettle-doc/',
5
title: 'Mettle',
6
rewrites: {
7
'en/:rest*': ':rest*',
0 commit comments