From f6d193569414002db8d2ec938157512e61f403dc Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Mon, 30 Sep 2024 02:54:18 -0700 Subject: [PATCH] Attempt to fix base --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b05a25e..7a47f4f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -4,7 +4,7 @@ module.exports = async () => { return { title: 'Micromissiles Unity Project', description: 'Documentation for the Micromissiles Unity project', - base: './', themeConfig: { + base: './micromissiles-unity/', themeConfig: { navbar: [ {text: 'Home', link: '/'}, {