Skip to content

Commit

Permalink
chore: update config script
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoDex committed Oct 7, 2024
1 parent e70b7c7 commit 982b741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function getConfig() {
return {
name: "download-config",
async buildStart() {
const url = "https://raw.githubusercontent.com/compolabs/spark-frontend-config/refs/heads/main/config-dev.json";
const url = "https://raw.githubusercontent.com/compolabs/spark-frontend-config/refs/heads/main/config.json";
const res = await fetch(url);
const json = await res.json();

Expand Down

0 comments on commit 982b741

Please sign in to comment.