Skip to content

Commit

Permalink
editing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Jun 7, 2019
1 parent 137fe91 commit fd4442c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This repo is a proof of concept for incremental build strategy using Nuxt in Net

## Why

My website is going to have thousands of posts! Nuxt will have hard time generating all these routes/pages. Netlify always deploys things What can I do?
My website is going to have thousands of posts! Nuxt will have hard time generating all these routes/pages. Netlify always deploys things like it is the first build. What can I do?

### How
## How

Nuxt can build a portion of a site at one time through `--no-build` flag with `generate` command. When `--no-build` flag is set, Nuxt doesn’t generate common assets such as js, css files, only generates the routes(pages) passed through `generate.routes` in `nuxt.config`.

Expand Down

0 comments on commit fd4442c

Please sign in to comment.