Skip to content

Commit

Permalink
Add base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tonsen committed Oct 27, 2023
1 parent 2c76540 commit 5b881e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5b881e4

Please sign in to comment.