1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix url in docs (#6323)

This commit is contained in:
Joshua Scott 2019-02-17 13:57:17 +02:00 committed by Tim Neutkens
parent 7078f6567d
commit 46d870ab8a

View file

@ -227,7 +227,7 @@ function HiThere() {
export default HiThere
```
To use more sophisticated CSS-in-JS solutions, you typically have to implement style flushing for server-side rendering. We enable this by allowing you to define your own [custom `<Document>`](#user-content-custom-document) component that wraps each page.
To use more sophisticated CSS-in-JS solutions, you typically have to implement style flushing for server-side rendering. We enable this by allowing you to define your own [custom `<Document>`](#custom-document) component that wraps each page.
#### Importing CSS / Sass / Less / Stylus files