bloom-frontend
bloom-frontend copied to clipboard
Ensure page title is set on all bloom pages.
Overview
Currently the metadata title of every page is just set to Bloom
. See _app.tsx line 82. We would like for this to be set to the same as the actual title of the page i.e. on the /grounding
page, the title would be Grounding
.
Action Items
- [ ] Ensure every page metadata title is set to be the actual title of the page.
- [ ] Tag @eleanorreem and @annarhughes to review
Resources/Instructions
- [ ] https://medium.com/@codingbeautytutorials/nextjs-set-page-title-meta-description-24f729dadb85