Skip to content

Commit

Permalink
Fix inconsistent whitespace (#497)
Browse files Browse the repository at this point in the history
Co-authored-by: Debbie O'Brien <debs-obrien@users.noreply.github.com>
  • Loading branch information
scottbedard and debs-obrien committed Aug 10, 2020
1 parent 850919a commit 4e665a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/en/guide/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ To launch Nuxt in development mode with hot reloading:

```bash
nuxt

// OR

npm run dev
```

Expand Down Expand Up @@ -113,8 +115,8 @@ To generate our web application into static files:

```json
"scripts": {
"generate": "nuxt generate"
}
"generate": "nuxt generate"
}
```

In your `nuxt.config` file you need to add the `target` property with the value of `static` `nuxt.config.js`. (For Nuxt >= 2.13:)
Expand Down

0 comments on commit 4e665a4

Please sign in to comment.