Skip to content

Commit

Permalink
docs: fix link in html-and-static-assets.md (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Sokolov authored and yyx990803 committed Jul 31, 2018
1 parent d5a67db commit d1a655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/html-and-static-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Prefetch links will consume bandwidth. If you have a large app with many async c

### Disable Index Generation

When using Vue CLI with an existing backend, you may need to disable the generation of `index.html` so that the generated assets can be used in a server-rendered page. To do so, the following can be added to [`vue.config.js`](#vue-config-js):
When using Vue CLI with an existing backend, you may need to disable the generation of `index.html` so that the generated assets can be used in a server-rendered page. To do so, the following can be added to [`vue.config.js`](../config/#vue-config-js):

``` js
// vue.config.js
Expand Down

0 comments on commit d1a655c

Please sign in to comment.