-
Notifications
You must be signed in to change notification settings - Fork 0
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
Article Routes #67
Article Routes #67
Conversation
…labels Feature/article route pages add labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
Here are some good example articles: Multiple images: http://localhost:3000/news/2023/6/5/renci-strengthens-storm-surge-response-capabilities Couple things @suejinkim20 or I noticed:
|
However, I'm going to go ahead and merge this and create the appropriate issues. |
This initial template for the individual article pages. These should be generated at build time or incrementally generated with ISR. I have set up the initial fetching for each page, the routes look like this to the user:
Currently this is done using a catch-all route and not using the first three route segments (the date). However, I'd like the user to be able to visit a route for each day/month/year and view a list of articles:
I'm currently still trying to determine the best way to add this functionality: