Skip to content

Commit

Permalink
docs: fix highlight lines (#9336)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 24, 2022
1 parent 8cabdd7 commit ccb3449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/ssr.md
Expand Up @@ -61,7 +61,7 @@ When building an SSR app, you likely want to have full control over your main se
**server.js**
```js{17-19}
```js{15-18}
import fs from 'fs'
import path from 'path'
import { fileURLToPath } from 'url'
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/static-deploy.md
Expand Up @@ -64,7 +64,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.

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

```bash{13,20,23}
```bash{13,21,24}
#!/usr/bin/env sh
# abort on errors
Expand Down

0 comments on commit ccb3449

Please sign in to comment.