Ghost/core/frontend
Hannah Wolfe d9bdc444a3
Ensured nonexistant public files fallback to 404
- If we register the serve public file middleware for a file that doesn't exist, this will currently throw an ENOENT error
- Instead, we want to fall back to a standard 404 so that this behaves normally
- This will be useful for the card asset service, where the cards.min.css and cards.min.js files may or may not exist
2021-11-05 09:13:23 +00:00
..
apps Replaced moment with luxon in amp helper (#13683) 2021-10-28 20:10:53 +01:00
helpers 🐛 Fixed broken assets for theme/design preview 2021-11-03 11:20:04 +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 Initial card asset service implementation 2021-11-04 11:34:40 +00:00
src/cards Initial card asset service implementation 2021-11-04 11:34:40 +00:00
views Updated unsubscribe.hbs (#13365) 2021-10-04 12:18:42 +01:00
web Ensured nonexistant public files fallback to 404 2021-11-05 09:13:23 +00:00