0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Hannah Wolfe d9e8d9c148
Switched to using config-url-utils in boot.js
- config now exposes a few helpful methods: getSubdir, getSiteUrl, and getAdminUrl
- we can use these directly, instead of needing url-utils
- switching this inside of the boot process allows us to move the loading of url-utils into `initCore` which happens after the server has started and the database is ready
- this moves 100ms of loading time to later in the process
- also simplifies the initial loading
2021-06-28 10:50:41 +01:00
..
client@f3f04b3b57 Updated Ghost-Admin to v4.8.3 2021-06-24 13:58:36 +01:00
frontend Removed unnecessary return with typo 2021-06-23 14:20:00 +01:00
server 🐛 Fixed update notification showing after upgrade 2021-06-28 11:25:04 +04:00
shared Added sentry config to frontend site settings for Portal (#13086) 2021-06-21 17:59:20 +05:30
app.js
boot.js Switched to using config-url-utils in boot.js 2021-06-28 10:50:41 +01:00
bridge.js Removed i18n.js from the bridge 2021-06-28 09:51:39 +01:00