mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
d96be4907e
no issue - we try to store all urls as relative paths where possible in Ghost so that the `config.url` value can be changed - all relative paths are stored as root-relative except for the `post.canonical_url` field which was storing subdirectory-relative paths - adds a migration to put the subdirectory prefix onto any relative canonical_url paths - updates the canonical_url input serialiser to keep the subdirectory rather than stripping it to match all other url fields |
||
---|---|---|
.. | ||
1-insert-ghost-db-backup-role.js | ||
2-insert-db-backup-integration.js | ||
3-add-subdirectory-to-relative-canonical-urls.js |