Skip to content

Commit fdb51e1

Browse files
betweenbrainAkryum
authored andcommitted
docs: fix title level (vuejs#1818)
* Update README.md * Add warning about modern mode not working when the html-webpack-plugin is disabled * Fix typo Corrects the header level of the final section
1 parent e393be7 commit fdb51e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ module.exports = {
376376
::: tip
377377
When manually overwriting `filename` or `chunkFilename`, `assetsDir` does not need to be included in their path values.
378378
:::
379-
## Disable Generating index.html
379+
### Disable Generating index.html
380380
When using Vue CLI with an existing backend, you may need to disable the generation of `index.html` so that they generated assets can be used with another default document. To do so, the following can be added to `[vue.config.js](https://cli.vuejs.org/config/#vue-config-js)`:
381381

382382
``` js

0 commit comments

Comments
 (0)