Skip to content

Commit

Permalink
Update src/components/LiveStatus.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Anand Chowdhary <github@anandchowdhary.com>
  • Loading branch information
poikcue and AnandChowdhary authored Aug 1, 2022
1 parent e4498af commit d394f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LiveStatus.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let sites = [];
if (!apiBaseUrl) apiBaseUrl = "https://api.github.com";
const userContentBaseUrl = apiBaseUrl.includes("api.github.com")
? `${config.i18n.GithubusercontentWebsiteUrl}`
? `${config.githubUserContentBaseUrl || "https://github.com/raw"}`
: apiBaseUrl;
const graphsBaseUrl = `${userContentBaseUrl}/${owner}/${repo}/master/graphs`;
let form = null;
Expand Down

0 comments on commit d394f83

Please sign in to comment.