Skip to content

Commit b009eab

Browse files
authored
Merge pull request #4 from vuejs/master
Sync with master
2 parents 390a68f + 0d6345c commit b009eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/bundle-renderer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is straightforward, however whenever you edit your app source code, you wou
2020

2121
- Critical CSS injection (when using `*.vue` files): automatically inlines the CSS needed by components used during the render. See the [CSS](./css.md) section for more details.
2222

23-
- Asset injection with [clientManifest](./client-manifest.md): automatically infers the optimal preload and prefetch directives, and the code-split chunks needed for the initial render.
23+
- Asset injection with [clientManifest](./api.md#clientmanifest): automatically infers the optimal preload and prefetch directives, and the code-split chunks needed for the initial render.
2424

2525
---
2626

@@ -31,7 +31,7 @@ const { createBundleRenderer } = require('vue-server-renderer')
3131

3232
const renderer = createBundleRenderer(serverBundle, {
3333
runInNewContext: false, // recommended
34-
template, // (optinal) page template
34+
template, // (optional) page template
3535
clientManifest // (optional) client build manifest
3636
})
3737

0 commit comments

Comments
 (0)