From fa87e480665175f3b6e192ba5acd9ceb6b98c9b9 Mon Sep 17 00:00:00 2001 From: clbenoit Date: Mon, 19 Feb 2024 10:40:14 +0100 Subject: [PATCH] set up base path --- vocs.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vocs.config.ts b/vocs.config.ts index 9e564ba..15cc6cf 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from 'vocs' export default defineConfig({ + basePath: '/portfolio', theme: { colorScheme: 'dark' },