We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3f077 commit 372cf5aCopy full SHA for 372cf5a
vocs.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from 'vocs'
2
3
export default defineConfig({
4
// basePath: '/portfolio',
5
- baseUrl 'https://clbenoit.github.io/portfolio',
+ baseUrl : 'https://clbenoit.github.io/portfolio',
6
theme: {
7
colorScheme: 'dark'
8
},
0 commit comments