From 4a1b7d20020e71455a76908d07285a18e2bde6f1 Mon Sep 17 00:00:00 2001 From: jowatson2011 Date: Tue, 23 Jul 2024 17:12:58 +0100 Subject: [PATCH] Corrected publicPath --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 9ddf699..2e0c54f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,3 +1,3 @@ module.exports = { - publicPath: '/jowatson2011.github.io' + publicPath: '/jowatson2011.github.io/' }