mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix description by renaming '.next' to 'out' (#2938)
This commit is contained in:
parent
87d7ad2fc0
commit
5a305265d9
|
@ -29,8 +29,7 @@ if (argv.help) {
|
||||||
$ next export [options] <dir>
|
$ next export [options] <dir>
|
||||||
|
|
||||||
<dir> represents where the compiled dist folder should go.
|
<dir> represents where the compiled dist folder should go.
|
||||||
If no directory is provided, the dist folder will be created in the current directory.
|
If no directory is provided, the 'out' folder will be created in the current directory.
|
||||||
You can set a custom folder in config https://github.com/zeit/next.js#custom-configuration, otherwise it will be created inside '.next'
|
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-h - list this help
|
-h - list this help
|
||||||
|
|
Loading…
Reference in a new issue