mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix small typo (#2030)
Not much to say on this one, I tend to fix typos everywhere I see them...
This commit is contained in:
parent
dcac093b55
commit
58f3403587
|
@ -867,7 +867,7 @@ Note: we recommend putting `.next`, or your custom dist folder (Please have a lo
|
|||
|
||||
## Static HTML export
|
||||
|
||||
This is a way to run your Next.js app as a standalone static app without any Node.js server. The export app supports almost every feature of Next.js including dyanmic urls, prefetching, preloading and dynamic imports.
|
||||
This is a way to run your Next.js app as a standalone static app without any Node.js server. The export app supports almost every feature of Next.js including dynamic urls, prefetching, preloading and dynamic imports.
|
||||
|
||||
### Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue