We would like to port the current react / express app pageType of MediaArticle into nextjs. The nextjs pages live in ws-nextjs-app/pages/[service]/*
https://github.com/bbc/simorgh/tree/latest/src/app/pages/MediaArticlePage
This would include both MEDIA_ARTICLE_PAGE and MEDIA_ASSET_PAGE
Page examples are https://www.test.bbc.com/bengali/media-23269006 (or http://localhost:7080/bengali/media-23269006 ) for MEDIA_ASSET_PAGE and https://www.test.bbc.com/mundo/articles/c1ep2gnx45qo or http://localhost:7080/mundo/articles/c1ep2gnx45qo for MEDIA_ARTICLE_PAGE
If you need any more information on this, please just message me through this issue or the subsequent PR
We would like to port the current react / express app pageType of
MediaArticleinto nextjs. The nextjs pages live in ws-nextjs-app/pages/[service]/*https://github.com/bbc/simorgh/tree/latest/src/app/pages/MediaArticlePage
This would include both MEDIA_ARTICLE_PAGE and MEDIA_ASSET_PAGE
Page examples are https://www.test.bbc.com/bengali/media-23269006 (or http://localhost:7080/bengali/media-23269006 ) for MEDIA_ASSET_PAGE and https://www.test.bbc.com/mundo/articles/c1ep2gnx45qo or http://localhost:7080/mundo/articles/c1ep2gnx45qo for MEDIA_ARTICLE_PAGE
If you need any more information on this, please just message me through this issue or the subsequent PR