Skip to content

Commit

Permalink
chore(action): change sponsors uri origin; (#6563)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS authored Aug 19, 2024
1 parent 4f99675 commit ff254a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ const updateReadmeSponsors = async (url, path, marker = '<!--<div>marker</div>--
await fs.mkdir('./temp').catch(() => {});
await fs.writeFile('./temp/sponsors.md', newContent);
}
})('https://spontaneous-creponne-3ff312.netlify.app/data/sponsors.md');
})('https://axios-http.com/data/sponsors.md');

0 comments on commit ff254a5

Please sign in to comment.