Ghost/core/frontend
Fabien O'Carroll 91efa4605c Used DynamicRedirectManager for Custom Redirects
refs https://github.com/TryGhost/Members/commit/9e59f5a9

Since we have a DynamicRedirectManager for handling adding/removing
redirects at runtime, we no longer need the custom-redirects middleware.
The redirects service does however need an init method now to add the
custom redirects at Ghost boot, so it's been refactored into our Class &
DI pattern.
2021-11-03 07:41:55 +13:00
..
apps Replaced moment with luxon in amp helper (#13683) 2021-10-28 20:10:53 +01:00
helpers Added basic {{match}} helper 2021-10-14 19:36:56 +01:00
meta Added fallbacks when the site title is undefined 2021-10-27 12:18:57 +02:00
public Moved public folder to frontend 2021-10-16 19:27:34 +01:00
services 🐛 Fixed 500 error when visiting an email-only post link 2021-10-26 16:01:10 +04:00
views Updated unsubscribe.hbs (#13365) 2021-10-04 12:18:42 +01:00
web Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00