0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Kevin Ansfield 81765c6af2 Fix sub-dir being added to navigation urls when installed in sub-dir
refs #4989
- fix handling of urls relative to base domain when ghost is installed in a sub folder

Fixes an issue when ghost was installed to a sub-dir, e.g. `example.com/blog` and an attempt to link to `example.com/` or `example.com/something-else` would always be re-written to `example.com/blog/` or `example.com/blog/something-else`.
2015-12-01 15:23:21 +00:00
..
client Fix sub-dir being added to navigation urls when installed in sub-dir 2015-12-01 15:23:21 +00:00
server Origin Header revisited 2015-11-26 13:11:31 +01:00
shared add themes ajax helper 2015-11-19 07:13:54 -06:00
test Remove unused base_test.js 2015-11-28 18:46:13 -08:00
index.js