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) => {