mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Loaded AdminX activitypub app from jsdelivr in production
ref https://linear.app/tryghost/issue/AP-438 We want to keep development and test mode using the local build so we can have feedback on our local changes.
This commit is contained in:
parent
9884e2bb2c
commit
9bb1696329
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ module.exports = {
|
||||||
for (const [key, value] of Object.entries(this.packageConfig)) {
|
for (const [key, value] of Object.entries(this.packageConfig)) {
|
||||||
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'
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.packageConfig;
|
return this.packageConfig;
|
||||||
|
|
Loading…
Add table
Reference in a new issue