Closed karmanyaahm closed 1 year ago
Instead of fetching images from githubusercontent.com/hackclub/hackclub/${branch}, fetch from githubusercontent.com/${repo}/${branch} - just like markdown is.
githubusercontent.com/hackclub/hackclub/${branch}
githubusercontent.com/${repo}/${branch}
See https://workshops.hackclub.com/external-preview/karmanyaahm/onboard/pcb_level_2/ for an example of a page that doesn't work (Inspect Element -> search for githubusercontent to find the nonexistent images).
Closes #114
Instead of fetching images from
githubusercontent.com/hackclub/hackclub/${branch}
, fetch fromgithubusercontent.com/${repo}/${branch}
- just like markdown is.See https://workshops.hackclub.com/external-preview/karmanyaahm/onboard/pcb_level_2/ for an example of a page that doesn't work (Inspect Element -> search for githubusercontent to find the nonexistent images).
Closes #114