1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-08 17:48:01 +00:00

Add Create Files And Directories For Dynamic Routes as a nextjs til

This commit is contained in:
jbranchaud
2021-01-23 17:06:37 -06:00
parent 56cd253433
commit cd79989c99
2 changed files with 44 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
_1022 TILs and counting..._
_1023 TILs and counting..._
---
@@ -461,6 +461,7 @@ _1022 TILs and counting..._
### Next.js
- [Create Files And Directories For Dynamic Routes](nextjs/create-files-and-directories-for-dynamic-routes.md)
- [Define URL Redirects In The Next Config](nextjs/define-url-redirects-in-the-next-config.md)
- [Remove A Query Param From The URL](nextjs/remove-a-query-param-from-the-url.md)