Ghost/core
Nazar Gargol 4876f5fc13 Fixed AMP test for 'static pages'
no issue

- 'static pages' (post of a page type) were not supported in v0.1 API
- this is where the 404 is comming from  - df7e64fafa/core/frontend/apps/amp/lib/router.js (L66). and it was handled in rather late stage before - df7e64fafa/core/frontend/apps/amp/lib/router.js (L24)
- after moveing to v2 API the later stage doesn't happen so the entry lookup helper doesn't have anough infomration to tell if it's a 'Post' or 'Page' is being requested
2019-09-11 15:48:23 +02:00
..
client@a8ea51b3ad Updated Ghost-Admin to 2.31.0 2019-09-09 17:47:56 +01:00
frontend 🔥 Removed V1 code/references in frontend resources/routing layer (#11087) 2019-09-10 11:41:42 +02:00
server Fixed 404 handling for {admin url}/content/* routes 2019-09-11 14:18:31 +01:00
test Fixed AMP test for 'static pages' 2019-09-11 15:48:23 +02:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00