From 5b881e4a8ec6aec1240aa074f5fa2c6c6ca08975 Mon Sep 17 00:00:00 2001 From: Marc Tonsen Date: Fri, 27 Oct 2023 14:10:18 +0200 Subject: [PATCH] Add base path --- neon/.vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/neon/.vitepress/config.mts b/neon/.vitepress/config.mts index 34f2b88b3..1bdf28b56 100644 --- a/neon/.vitepress/config.mts +++ b/neon/.vitepress/config.mts @@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress' export default defineConfig({ head: [['link', { rel: 'icon', href: '/../favicon.png' }]], ignoreDeadLinks: true, + base: '/neon/', title: "Neon", description: "Documentation of the Neon eye tracker and it's ecosystem.", themeConfig: {