mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Add SSR caching example to the README. (#503)
This commit is contained in:
parent
44c73b9970
commit
fb3612a941
|
@ -311,6 +311,7 @@ export default ({ url }) => (
|
|||
<li><a href="./examples/custom-server">Basic custom server</a></li>
|
||||
<li><a href="./examples/custom-server-express">Express integration</a></li>
|
||||
<li><a href="./examples/parameterized-routing">Parameterized routing</a></li>
|
||||
<li><a href="./examples/ssr-caching">SSR caching</a></li>
|
||||
</ul>
|
||||
</details></p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue