• This link makes a request to "/post/abc" that  will be processed by "pages/post/[pid].js"
  • This link makes a request to "/post/abc?foo=bar" that  also goes to pages/post/[pid].js
  • This link makes a request to "/post/abc/a-comment" that  makes a request to pages/post/[pid]/[comment].js