Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17ce040

Browse files
raygesualdorauchg
authored andcommitted
added recipes section to readme (vercel#1928)
1 parent 9f19467 commit 17ce040

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Next.js is a minimalistic framework for server-rendered React applications.
3636
- [Customizing babel config](#customizing-babel-config)
3737
- [CDN support with Asset Prefix](#cdn-support-with-asset-prefix)
3838
- [Production deployment](#production-deployment)
39+
- [Recipes](#recipes)
3940
- [FAQ](#faq)
4041
- [Contributing](#contributing)
4142
- [Authors](#authors)
@@ -754,6 +755,10 @@ Next.js can be deployed to other hosting solutions too. Please have a look at th
754755

755756
Note: we recommend putting `.next`, or your custom dist folder (Please have a look at ['Custom Config'](You can set a custom folder in config https://github.com/zeit/next.js#custom-configuration.)), in `.npmignore` or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next` or your custom dist folder)
756757

758+
## Recipes
759+
760+
- [Setting up 301 redirects](https://www.raygesualdo.com/posts/301-redirects-with-nextjs/)
761+
757762
## FAQ
758763

759764
<details>

0 commit comments

Comments
 (0)