docs-ko icon indicating copy to clipboard operation
docs-ko copied to clipboard

[SYNC] docs: fix highlight lines (#9336)

Open github-actions[bot] opened this issue 3 years ago • 0 comments

docs: fix highlight lines (#9336) (ccb3449)


+++ b/docs/guide/ssr.md
@@ -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'

github-actions[bot] avatar Jul 25 '22 00:07 github-actions[bot]