Change jsDelivr host to cdn.jsdelivr.net (fix #4198)

This commit is contained in:
the1812 2023-07-11 23:05:23 +08:00
parent 6e6dfb8417
commit e821aa7927

View File

@ -1,7 +1,7 @@
import { CdnConfig } from './types'
const owner = 'the1812'
const host = 'fastly.jsdelivr.net'
const host = 'cdn.jsdelivr.net'
export const jsDelivr: CdnConfig = {
name: 'jsDelivr',
owner,