Skip to content

Commit

Permalink
docs: remove extra space (#11087)
Browse files Browse the repository at this point in the history
  • Loading branch information
holazz committed Nov 27, 2022
1 parent 4fb7ad0 commit d76db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ssr.md
Expand Up @@ -162,7 +162,7 @@ Our scripts in `package.json` will look like this:
"scripts": {
"dev": "node server",
"build:client": "vite build --outDir dist/client",
"build:server": "vite build --outDir dist/server --ssr src/entry-server.js "
"build:server": "vite build --outDir dist/server --ssr src/entry-server.js"
}
}
```
Expand Down

0 comments on commit d76db0c

Please sign in to comment.