Skip to content

Commit 0fe54ce

Browse files
authored
Correct the example url of vanilla SSR with Next.js (#2477)
1 parent 676a926 commit 0fe54ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ssr.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ hydrate(ids)
187187

188188
## Next.js
189189

190-
To use emotion's SSR with Next.js you need a custom `Document` component in `pages/_document.js` that renders the styles and inserts them into the `<head>`. [An example of Next.js with emotion can be found in the Next.js repo](https://github.com/zeit/next.js/tree/master/examples/with-emotion).
190+
To use emotion's SSR with Next.js you need a custom `Document` component in `pages/_document.js` that renders the styles and inserts them into the `<head>`. [An example of Next.js with emotion can be found in the Next.js repo](https://github.com/vercel/next.js/tree/master/examples/with-emotion-vanilla).
191191

192192
> Note:
193193
>

0 commit comments

Comments
 (0)