FIX Update ghostAPI.ts to use environment URL instead of package URL when available#166
FIX Update ghostAPI.ts to use environment URL instead of package URL when available#166HenriquePi wants to merge 1 commit intoMatthiesenXYZ:mainfrom
Conversation
Fix setting of ghostURL to use user set URL instead of default Currently script prioritizes CONF_URL which is a package default. set CONTENT_API_URL to have priority to ensure user set URL has priority.
|
|
Hi, The recommended setup is to define the actual ghostURL within your Side note... I will be rebuilding the Astro-GhostCMS integration system here soon as i have learned a ton from my developing StudioCMS |
|
Update: This project is now deprecated in favor of the astro-ghostcms-loader which is now compatible with astro v5 |
Fix setting of ghostURL to use user set URL instead of default
Currently script prioritizes CONF_URL which is a package default.
set CONTENT_API_URL to have priority to ensure user set URL has priority.