Moved public folder to frontend

- The files in the public folder are all specific to the frontend:
  - ghost.css / ghost.min.css contains styles for default templates like unsubscribe, private and error
  - favicon is the default for the frontend
  - robots.txt is the default robots.txt for the frontend
  - sitemap.xsl is the stylesheet for the sitemap
- Therefore, they should live in the frontend!
This commit is contained in:
Hannah Wolfe 2021-10-16 13:42:59 +01:00
parent bd4000e7f7
commit ae33c89707
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55
6 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

1
core/frontend/public/ghost.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
"internalAppPath": "core/frontend/apps/",
"internalAdaptersPath": "core/server/adapters/",
"migrationPath": "core/server/data/migrations",
"publicFilePath": "core/server/public"
"publicFilePath": "core/frontend/public"
},
"apps": {
"internal": [