feat(pages): migrate accessibility page to CMS (#159)
* feat(pages): migrate accessibility page to CMS
- Update footer link from /accessibility to /p/accessibility
- Remove hardcoded accessibility page and test
* fix(ci): remove /accessibility from Lighthouse URLs
The hardcoded /accessibility page is replaced by the CMS page at
/p/accessibility which requires the API backend. Since the Lighthouse CI
only runs the Next.js standalone server, CMS pages can't be tested.
Accessibility coverage for CMS pages is handled by vitest-axe tests.
authored by