mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
9fe741c9b9
- 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
6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
module.exports = {
|
|
adminRedirects: require('./admin-redirects'),
|
|
serveFavicon: require('./serve-favicon'),
|
|
staticTheme: require('./static-theme')
|
|
};
|