Ghost/core/frontend/services/routing
Naz b9e26c836b 🐛 Fixed missing index page from pages sitemaps
closes https://github.com/TryGhost/Ghost/issues/14180
refs 597ec51afb

- The index page `/` was missing from sitemaps.xml. It was a regression instoruced with a referenced commit.
2022-02-28 22:23:11 +07:00
..
config 🐛 Fixed incorrect edit redirect for authors 2022-01-10 16:56:33 +00:00
controllers Updated frontend routing to include products for page/post 2022-02-01 11:13:51 +05:30
helpers Updated frontend routing to include products for page/post 2022-02-01 11:13:51 +05:30
middleware Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
CollectionRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
EmailRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
index.js Clened up routing module API from unused exports 2021-10-19 07:29:09 +13:00
ParentRouter.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
PreviewRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
registry.js Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00
router-manager.js 🐛 Fixed missing index page from pages sitemaps 2022-02-28 22:23:11 +07:00
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
StaticPagesRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
StaticRoutesRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
TaxonomyRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
UnsubscribeRouter.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00