Redirect UNPKG to jsDelivr

https://github.com/unpkg/unpkg/issues/412
This commit is contained in:
SukkaW
2025-03-15 23:06:15 +08:00
parent 9659ff2a95
commit 163434b344
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
export const DEBUG_DOMAIN_TO_FIND: string | null = 'links.strava.com'; // example.com | null
export const DEBUG_DOMAIN_TO_FIND: string | null = null; // example.com | null
type HostsSource = [main: string, mirrors: string[] | null, includeAllSubDomain: boolean];