0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core
Nazar Gargol 157820419a 🐛 Fixed error when rendering static page from dynamic route
no issue

- When having following routes.yaml configuation and theme runing API v3:
routes:
  /:
    data: page.home
    template: home

- There was an internall error in meta layer: `Cannot read property 'website' of undefined` which was caused by not being able to read primary_author on a fetched page
- We need to include authors and tags for pages, the same way we do for posts to prevent this error (as they should have identical properties from meta layer perspective)
2019-11-25 18:34:37 +07:00
..
client@ded09fd151 Updated Ghost-Admin to 3.0.3 2019-11-11 18:55:36 +07:00
frontend 🐛 Fixed error when rendering static page from dynamic route 2019-11-25 18:34:37 +07:00
server Extracted members-specific middleware from site app module (#11405) 2019-11-21 10:01:24 +07:00
shared/nql-map-key-values 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
test Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00