Skip to content

Commit 52cdf53

Browse files
committed
fix: use cdn.microlink.io
1 parent 96ef3d3 commit 52cdf53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/fetch-data/providers/fetch-formats.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const path = require('path')
99
/* We avoid cdn.microlink.io explicity since it
1010
runs on top of CloudFlare and the compression
1111
removes 'content-length' header */
12-
const MICROLINK_CDN_URL =
13-
'https://cdn-e6etw8l60-microlink.vercel.app/file-examples'
12+
const MICROLINK_CDN_URL = 'https://cdn.microlink.io/file-examples'
1413

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

0 commit comments

Comments
 (0)