Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYNC] chore: typo in vite 2 announcement post (#4465) #36

Closed
github-actions bot opened this issue Aug 2, 2021 · 0 comments · Fixed by #42
Closed

[SYNC] chore: typo in vite 2 announcement post (#4465) #36

github-actions bot opened this issue Aug 2, 2021 · 0 comments · Fixed by #42
Labels

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2021

chore: typo in vite 2 announcement post (#4465) (a68861f)


+++ b/docs/blog/announcing-vite2.md
@@ -46,7 +46,7 @@ Vite treats CSS as a first-class citizen of the module graph and supports the fo
### Server-Side Rendering (SSR) Support
-Vite 2.0 ships with [experimental SSR support](https://vitejs.dev/guide/ssr.html). Vite provides APIs to to efficiently load and update ESM-based source code in Node.js during development (almost like server-side HMR), and automatically externalizes CommonJS-compatible dependencies to improve development and SSR build speed. The production server can be completely decoupled from Vite, and the same setup can be easily adapted to perform pre-rendering / SSG.
+Vite 2.0 ships with [experimental SSR support](https://vitejs.dev/guide/ssr.html). Vite provides APIs to efficiently load and update ESM-based source code in Node.js during development (almost like server-side HMR), and automatically externalizes CommonJS-compatible dependencies to improve development and SSR build speed. The production server can be completely decoupled from Vite, and the same setup can be easily adapted to perform pre-rendering / SSG.
Vite SSR is provided as a low-level feature and we are expecting to see higher level frameworks leveraging it under the hood.
@github-actions github-actions bot added the sync label Aug 2, 2021
@Gumball12 Gumball12 mentioned this issue Aug 9, 2021
Gumball12 added a commit that referenced this issue Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants