Skip to content

Commit

Permalink
fix: use cdn.microlink.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 12, 2024
1 parent 96ef3d3 commit 52cdf53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/fetch-data/providers/fetch-formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const path = require('path')
/* We avoid cdn.microlink.io explicity since it
runs on top of CloudFlare and the compression
removes 'content-length' header */
const MICROLINK_CDN_URL =
'https://cdn-e6etw8l60-microlink.vercel.app/file-examples'
const MICROLINK_CDN_URL = 'https://cdn.microlink.io/file-examples'

const fileUrls = async () =>
(await fetch(`${MICROLINK_CDN_URL}/index.json`).then(res => res.json())).map(
Expand Down

0 comments on commit 52cdf53

Please sign in to comment.