Ghost/test/unit/frontend/web/middleware
Hannah Wolfe 592d02fd23 🐛 Fixed perms error when building public assets
closes: https://github.com/TryGhost/Ghost/issues/13739

- Ghost cannot write to the core folder in correctly configured production installations
- Built assets therefore need to be written to the content directory
- Ghost does not overwrite anything in the content folder as part of an upgrade, therefore static files that are provided by Ghost
  must still live inside /core
- So as a result, we now have core/frontend/public and content/public
2021-11-19 11:36:45 +00:00
..
handle-image-sizes.test.js Moved server/web/site to frontend/web 2021-10-21 19:28:18 +01:00
serve-favicon.test.js Moved server/web/site to frontend/web 2021-10-21 19:28:18 +01:00
serve-public-file.test.js 🐛 Fixed perms error when building public assets 2021-11-19 11:36:45 +00:00
static-theme.test.js Moved server/web/site to frontend/web 2021-10-21 19:28:18 +01:00