Using Nextjs' App Route's Dynamic Routes to create blog pages (Part 3)
Up until now, we have been using Dynamic Routes to determine the URL of the blog, and we have created the fourth path as a Slug. This time, we will use the date to determine the path as well.