Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
patak-dev and benmccann committed May 23, 2022
1 parent c6f7bab commit bd91916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ssr.md
Expand Up @@ -269,7 +269,7 @@ In some cases like `webworker` runtimes, you might want to bundle your SSR build
The CLI commands `$ vite dev` and `$ vite preview` can also be used for SSR apps:
1. Add your SSR middleware to the development server with [`configureServer`](/guide/api-plugin.html#configureserver) and to the preview server with [`configurePreviewServer`](/guide/api-plugin.html#configurepreviewserver).
1. Add your SSR middleware to the development server with [`configureServer`](/guide/api-plugin#configureserver) and to the preview server with [`configurePreviewServer`](/guide/api-plugin#configurepreviewserver).
:::tip Note
Use a post hook so that your SSR middleware runs _after_ Vite's middlewares.
:::
Expand Down

0 comments on commit bd91916

Please sign in to comment.