You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a /blog path that displays latest n entries about omi-qroo, and contains a pagination to show older entries.
It also should include a /blog/post/{id} route, to display the content for a specific post into the blog.
Expected behaviour
When the user visits the blog page it should display a list of posts, then when the user clicks on any of the posts, it should redirect to the post itself and display the content.
The text was updated successfully, but these errors were encountered:
Description
Create a
/blog
path that displays latestn
entries about omi-qroo, and contains a pagination to show older entries.It also should include a
/blog/post/{id}
route, to display the content for a specific post into the blog.Expected behaviour
When the user visits the
blog
page it should display a list of posts, then when the user clicks on any of the posts, it should redirect to the post itself and display the content.The text was updated successfully, but these errors were encountered: