src/app/routes/README.md
# Routes to Page Mappings
[Regexes](regex/utils/index.js) for all Simorgh Routes
| Route | Mapping |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------- |
| [article](article/index.js) | Routes matching the Optimo article regex will route to the [Article](../pages/Article/index.jsx) component |
| [error200](error200/index.js) | Routes matching the error regex will route to the [Error](../pages/Error/index.jsx) component |
| [error404](error404/index.js) | Routes matching the error regex will route to the [Error](../pages/Error/index.jsx) component |
| [home](home/index.js) | Routes matching the home page regex will route to the [FrontPage](../pages/FrontPage/index.jsx) component |
| [radio](radio/index.js) | Routes matching the live radio regex will route to the [RadioPage](../pages/RadioPage/index.jsx) component |