mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated admin-x-activitypub URL to point at shorter cached version (#21378)
no refs
This commit is contained in:
parent
0f718a13f1
commit
75205a7d31
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1068,4 +1068,4 @@ jobs:
|
||||||
uses: gacts/purge-jsdelivr-cache@v1
|
uses: gacts/purge-jsdelivr-cache@v1
|
||||||
with:
|
with:
|
||||||
url: |
|
url: |
|
||||||
https://cdn.jsdelivr.net/npm/@tryghost/admin-x-activitypub@0/dist/admin-x-activitypub.js
|
https://cdn.jsdelivr.net/ghost/admin-x-activitypub@0/dist/admin-x-activitypub.js
|
||||||
|
|
|
@ -44,7 +44,7 @@ module.exports = {
|
||||||
console.log(`Asset-Delivery: ${key} = ${value}`);
|
console.log(`Asset-Delivery: ${key} = ${value}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.packageConfig[`adminXActivitypubCustomUrl`] = 'https://cdn.jsdelivr.net/npm/@tryghost/admin-x-activitypub@0/dist/admin-x-activitypub.js'
|
this.packageConfig[`adminXActivitypubCustomUrl`] = 'https://cdn.jsdelivr.net/ghost/admin-x-activitypub@0/dist/admin-x-activitypub.js'
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.packageConfig;
|
return this.packageConfig;
|
||||||
|
|
Loading…
Add table
Reference in a new issue