-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/tracks and lessons with dynamic segnments #18
Feat/tracks and lessons with dynamic segnments #18
Conversation
… for all the .mdx files
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 🙏 |
@kempsterrrr going to merge this |
S H I P IT |
Changes
before:
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 #