mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
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:
parent
bd4000e7f7
commit
ae33c89707
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
1
core/frontend/public/ghost.min.css
vendored
Normal file
1
core/frontend/public/ghost.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user