We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ef3d3 commit 52cdf53Copy full SHA for 52cdf53
scripts/fetch-data/providers/fetch-formats.js
@@ -9,8 +9,7 @@ const path = require('path')
9
/* We avoid cdn.microlink.io explicity since it
10
runs on top of CloudFlare and the compression
11
removes 'content-length' header */
12
-const MICROLINK_CDN_URL =
13
- 'https://cdn-e6etw8l60-microlink.vercel.app/file-examples'
+const MICROLINK_CDN_URL = 'https://cdn.microlink.io/file-examples'
14
15
const fileUrls = async () =>
16
(await fetch(`${MICROLINK_CDN_URL}/index.json`).then(res => res.json())).map(
0 commit comments