Skip to content

Commit 7ae58a0

Browse files
authored
docs: fix highlight lines (#9336)
1 parent e8825b9 commit 7ae58a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guide/ssr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When building an SSR app, you likely want to have full control over your main se
6161
6262
**server.js**
6363
64-
```js{17-19}
64+
```js{15-18}
6565
import fs from 'fs'
6666
import path from 'path'
6767
import { fileURLToPath } from 'url'

guide/static-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
6464

6565
2. Inside your project, create `deploy.sh` with the following content (with highlighted lines uncommented appropriately), and run it to deploy:
6666

67-
```bash{13,20,23}
67+
```bash{13,21,24}
6868
#!/usr/bin/env sh
6969
7070
# abort on errors

0 commit comments

Comments
 (0)