AlexsLemonade / AlexsLemonade/refinebio-web
Create routes for the legal pages
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Context
Resources: [Migrating Pages](https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration#step-4-migrating-pages), [Route Group](https://nextjs.org/docs/app/building-your-application/routing/colocation#route-groups)
We want to add the following static legal pages to the `app` router:
- License
- Privacy
- Terms
### Problem or idea
As stated above, add new routes for the legal pages to the `app` router.
### Solution or next step
- Create the routes for the regal pages: `license`, `privacy`, `terms` in `app`
- Convert `components/shared/PageStatic` ( a shared template for the above pages) to a route group layout (e.g., `StaticPageLayout`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.