From 69f427d2207ae5328a4986ebe3e75ebe83d8fd84 Mon Sep 17 00:00:00 2001 From: "Immanuel Daviel A. Garcia" <34188635+AlexDev404@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:01:03 -0600 Subject: [PATCH] Update navConfig.js --- src/assets/js/navConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/js/navConfig.js b/src/assets/js/navConfig.js index 243c1cb..bc1fed1 100644 --- a/src/assets/js/navConfig.js +++ b/src/assets/js/navConfig.js @@ -21,7 +21,7 @@ let navConfig; console.log("Created New Blaze/Launcher Dir!"); fetch( - "https://synergyfn.github.io/res/config/defaultNavConfig.json" + "https://trail-blaze.github.io/res/config/defaultNavConfig.json" ) .then((response) => response.json()) .then((data) => { @@ -49,7 +49,7 @@ let navConfig; !fs__nav.existsSync(path__nav.join(configPath, "defaultNavConfig.json")) ) { fetch( - "https://synergyfn.github.io/res/config/defaultNavConfig.json" + "https://trail-blaze.github.io/res/config/defaultNavConfig.json" ) .then((response) => response.json()) .then((data) => {