Skip to content

Commit

Permalink
fix image downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Nov 15, 2023
1 parent 8fdf6a8 commit 0ce076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require('fs');
const assets = './dist/assets';

const GITHUB =
'https://github.com/marcantondahmen/image-refractor/tree/gh-pages/assets';
'https://raw.githubusercontent.com/marcantondahmen/image-refractor/gh-pages/assets';

const download = async (url, name) => {
const response = await fetch(url);
Expand Down

0 comments on commit 0ce076c

Please sign in to comment.