diff --git a/docs/config/basics.md b/docs/config/basics.md index d0d6719d..9e95b703 100644 --- a/docs/config/basics.md +++ b/docs/config/basics.md @@ -22,8 +22,6 @@ module.exports = { The `lang` attribute for the site. This will render as a `` tag in the page HTML. -Note that the `lang` attribute will only be added when building the site via `vitepress build`. You will not see this rendered during `vitepress dev`. - ```js module.exports = { lang: 'en-US' diff --git a/docs/guide/global-component.md b/docs/guide/global-component.md index 0c10861b..e91e4a04 100644 --- a/docs/guide/global-component.md +++ b/docs/guide/global-component.md @@ -4,7 +4,7 @@ VitePress comes with few built-in component that can be used globally. You may u ## Content -The `Content` component displays the rendered markdown contents. Useful [when creating your own theme](http://localhost:3000/guide/customization.html). +The `Content` component displays the rendered markdown contents. Useful [when creating your own theme](https://vitepress.vuejs.org/guide/customization.html). ```vue