From 37d52bf8b0ebe192daf519f4c2ef5a0a4e3d2f70 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Tue, 20 Dec 2022 23:30:21 +0100 Subject: [PATCH] Added /movescript/ base url to config. --- docs/src/.vuepress/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index e79d290..c187fde 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -10,6 +10,8 @@ module.exports = { */ description: description, + base: '/movescript/', + /** * Extra tags to be injected to the page HTML `` *