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

Add Define URL Redirects In The Next Config as a Next.js til

This commit is contained in:
jbranchaud
2020-11-14 17:46:42 -06:00
parent a57a90c9c0
commit 2c22be24cc
2 changed files with 43 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ and pairing with smart people at Hashrocket.
For a steady stream of TILs, [sign up for my newsletter](https://tinyletter.com/jbranchaud).
_959 TILs and counting..._
_960 TILs and counting..._
---
@@ -32,6 +32,7 @@ _959 TILs and counting..._
* [Mac](#mac)
* [MongoDB](#mongodb)
* [MySQL](#mysql)
* [Next.js](#next-js)
* [Phoenix](#phoenix)
* [PostgreSQL](#postgresql)
* [Python](#python)
@@ -423,6 +424,10 @@ _959 TILs and counting..._
- [Show Tables That Match A Pattern](mysql/show-tables-that-match-a-pattern.md)
- [Show Indexes For A Table](mysql/show-indexes-for-a-table.md)
### Next.js
- [Define URL Redirects In The Next Config](nextjs/define-url-redirects-in-the-next-config.md)
### Phoenix
- [Bypass Template Rendering](phoenix/bypass-template-rendering.md)