1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
This commit is contained in:
JD Isaacks 2016-10-25 12:58:31 -04:00 committed by GitHub
parent 6afacbbc7d
commit 2d917ecab1

View file

@ -195,7 +195,7 @@ For example, to deploy with [`now`](https://zeit.co/now) a `package.json` like f
Then run `now` and enjoy!
Note: we recommend putting `.next` in `.npmignore` or `.gitigore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next`)
Note: we recommend putting `.next` in `.npmignore` or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next`)
## FAQ