8000 Correct HTML and Static Assets (#4192) · vuejs/vue-cli@80e5d7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 80e5d7f

Browse files
Correct HTML and Static Assets (#4192)
* Correct HTML and Static Assets * Update docs/guide/html-and-static-assets.md Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
1 parent 323acc9 commit 80e5d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/html-and-static-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See also:
2727

2828
[`<link rel="preload">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content) is a type of resource hint that is used to specify resources that your pages will need very soon after loading, which you therefore want to start preloading early in the lifecycle of a page load, before the browser's main rendering machinery kicks in.
2929

30-
By default, a Vue CLI app will automatically generate preload hints for all files that are needed for the initial rendering the your app.
30+
By default, a Vue CLI app will automatically generate preload hints for all files that are needed for the initial rendering of your app.
3131

3232
The hints are injected using [@vue/preload-webpack-plugin](https://github.com/vuejs/preload-webpack-plugin) and can be modified / deleted via `chainWebpack` as `config.plugin('preload')`.
3333

0 commit comments

Comments
 (0)
0