Skip to content

Commit b883381

Browse files
committed
set up base path
1 parent 372cf5a commit b883381

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vocs.config.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { defineConfig } from 'vocs'
22

33
export default defineConfig({
4-
// basePath: '/portfolio',
5-
baseUrl : 'https://clbenoit.github.io/portfolio',
4+
basePath: '/portfolio',
65
theme: {
7-
colorScheme: 'dark'
6+
colorScheme: 'dark'
87
},
98
title: 'Home',
109
topNav: [

0 commit comments

Comments
 (0)