yutabee / nextjs-blog

0 stars 0 forks source link

Dynamic Routes #4

Open yutabee opened 1 year ago

yutabee commented 1 year ago

We’ve populated the index page with the blog data, but we still haven’t created individual blog pages yet (here’s the desired result). We want the URL for these pages to depend on the blog data, which means we need to use dynamic routes.