mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 03:42:27 +03: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
@ -43,6 +43,8 @@ module.exports = {
|
||||
for (const [key, value] of Object.entries(this.packageConfig)) {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user