Skip to content

Commit

Permalink
Update CLI custom config documentation link (#11152)
Browse files Browse the repository at this point in the history
* Update CLI custom config documentation link

* Update packages/next/cli/next-dev.ts

Co-Authored-By: Joe Haddad <timer150@gmail.com>

Co-authored-by: Joe Haddad <timer150@gmail.com>
  • Loading branch information
chibicode and Timer committed Mar 18, 2020
1 parent 9730be6 commit 408a01c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/next/cli/next-build.ts
Expand Up @@ -29,7 +29,7 @@ const nextBuild: cliCommand = argv => {
<dir> represents where the compiled dist folder should go.
If no directory is provided, the dist 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'
You can set a custom folder in config https://nextjs.org/docs/api-reference/next.config.js/setting-a-custom-build-directory, otherwise it will be created inside '.next'
`,
0
)
Expand Down
2 changes: 1 addition & 1 deletion packages/next/cli/next-dev.ts
Expand Up @@ -35,7 +35,7 @@ const nextDev: cliCommand = argv => {
<dir> represents where the compiled folder should go.
If no directory is provided, the folder will be created in the current directory.
You can set a custom folder in config https://github.com/zeit/next.js#custom-configuration.
You can set a custom folder in config https://nextjs.org/docs/api-reference/next.config.js/setting-a-custom-build-directory
Options
--port, -p A port number on which to start the application
Expand Down
2 changes: 1 addition & 1 deletion packages/next/cli/next-start.ts
Expand Up @@ -34,7 +34,7 @@ const nextStart: cliCommand = argv => {
<dir> is the directory that contains the compiled dist folder
created by running \`next build\`.
If no directory is provided, the current directory will be assumed.
You can set a custom dist folder in config https://github.com/zeit/next.js#custom-configuration
You can set a custom dist folder in config https://nextjs.org/docs/api-reference/next.config.js/setting-a-custom-build-directory
Options
--port, -p A port number on which to start the application
Expand Down

0 comments on commit 408a01c

Please sign in to comment.