I\'m trying to route my blog posts from /blog/[slug] to /[slug]. Is there a way to do that? I\'ve looked at the NextJS docs, but the examples show only
/blog/[slug]
/[slug]