Ghost/core/server/web/site/middleware/index.js
Hannah Wolfe 9fe741c9b9 Moved static-theme mw into site app
- Moved static-theme from shared to site as it is not shared
- This file is only used in one place, this updates the code structure to reflect this
- This is one of many similar changes needed to make it easier to refactor to the existing setup
2020-04-21 15:50:01 +01:00

6 lines
161 B
JavaScript

module.exports = {
adminRedirects: require('./admin-redirects'),
serveFavicon: require('./serve-favicon'),
staticTheme: require('./static-theme')
};