Skip to content

Commit a9cf270

Browse files
authored
Merge pull request #2 from mikros-dev/fix/sources_base
fix: vitepress sources base
2 parents ac59245 + 90790f3 commit a9cf270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { defineConfig } from 'vitepress'
22

33
// Uncomment for local tests
4-
//const BASE = '/'
5-
const BASE = `/mikros-docs/`
4+
const BASE = '/'
5+
//const BASE = `/mikros-docs/`
66

77
export default defineConfig({
88
srcDir: 'src',

0 commit comments

Comments
 (0)