docs: fix img closing tag

pull/167/head
Matias Capeletto 5 years ago
parent e4fe64c5a6
commit b0fd071605

@ -85,5 +85,5 @@ The content value of the `<meta name= "description" content= "...">` for the cur
Helper method to generate correct path by prepending the `base` path configured in `.vitepress/config.js`. It's useful when you want to link to [public files with base path](./assets#public-files).
```html
<img :src="$withBase('/foo.png')" alt="foo" />
<img :src="$withBase('/foo.png')" alt="foo">
```

Loading…
Cancel
Save