mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Change jsDelivr host to cdn.jsdelivr.net (fix #4198)
This commit is contained in:
parent
6e6dfb8417
commit
e821aa7927
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user