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

Change dynamic imports to dynamic import (#1980)

Fix problem with anchor by changing link and changing text to section title.
This commit is contained in:
Marcin Lasak 2017-05-16 16:29:52 +02:00 committed by Arunoda Susiripala
parent cb90d05544
commit 5f9e9828de

View file

@ -37,7 +37,7 @@ For the documentation of the latest **stable** release, [visit here](https://git
- [With `<Link>`](#with-link-1)
- [Imperatively](#imperatively-1)
- [Custom server and routing](#custom-server-and-routing)
- [Dynamic Imports](#dynamic-imports)
- [Dynamic Import](#dynamic-import)
- [Custom `<Document>`](#custom-document)
- [Custom error handling](#custom-error-handling)
- [Custom configuration](#custom-configuration)