Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxy-yz authored Apr 14, 2022
1 parent 6799f19 commit 2854e3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ nested route
dynamic route
pages/blog/[slug].js → /blog/:slug (/blog/hello-world)
pages/[username]/settings.js → /:username/settings (/foo/settings)
pages/post/[...all].js → /post/* (/post/2020/id/title)
</pre>
pages/post/[...all].js → /post/* (/post/2020/id/title)</pre>
</details>

## Install
Expand Down

0 comments on commit 2854e3e

Please sign in to comment.