Skip to content

Commit 372cf5a

Browse files
committed
set up base url
1 parent 8c3f077 commit 372cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vocs.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vocs'
22

33
export default defineConfig({
44
// basePath: '/portfolio',
5-
baseUrl 'https://clbenoit.github.io/portfolio',
5+
baseUrl : 'https://clbenoit.github.io/portfolio',
66
theme: {
77
colorScheme: 'dark'
88
},

0 commit comments

Comments
 (0)