docs: fix typo in dynamic routing example (#2515)

pull/2519/head
Pavel Horal 1 year ago committed by GitHub
parent 656df5c761
commit 5013835f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,7 +327,6 @@ Instead, you can pass such content to each page using the `content` property on
```js
export default {
paths() {
async paths() {
const posts = await (await fetch('https://my-cms.com/blog-posts')).json()
@ -339,7 +338,6 @@ export default {
})
}
}
}
```
Then, use the following special syntax to render the content as part of the Markdown file itself:

Loading…
Cancel
Save