Closed Markkos89 closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
academy-t3-app-router | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 15, 2024 11:59pm |
Can you ELI5 what is happeing in this PR please @Markkos89 ? I'm not sure what we're trying to achieve :)
Can you ELI5 what is happeing in this PR please @Markkos89 ? I'm not sure what we're trying to achieve :)
This enhancements should make the app more SEO friendly
IMPORTANT: Now that we are reusing the layouts we have to populate the database with authors information and create the relationship of each author with the proper track and lesson. @kempsterrrr :pray:
@kempsterrrr going to merge this
S H I P IT
Changes
now:
using
generateStaticParams()
Next.js method to generate statically at build time lessons and tracks pages. i.e.:Left some
TODO
's andDEV_NOTES
around:IMPORTANT: We need to populate the database with authors information and authors relationship with tracks and lessons so we can populate dynamically the author information in the
TrackLayout
component cc: @kempsterrrrrelated to #15
API Updates
New Features (required)
Fixes # Connects #