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:
parent
cb90d05544
commit
5f9e9828de
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue