Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Update navConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDev404 authored Jul 22, 2022
1 parent 3b44644 commit 69f427d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/js/navConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down Expand Up @@ -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) => {
Expand Down

0 comments on commit 69f427d

Please sign in to comment.