Merge remote-tracking branch 'upstream/master' into docs/deploy-port

pull/162/head
Matias Capeletto 5 years ago
commit 8df41e4e2c

@ -43,7 +43,7 @@ module.exports = {
}
```
## Description
## description
- Type: `string`
- Default: `A VitePress site`

@ -20,4 +20,4 @@ module.exports = {
}
```
Check out the [Config Reference](/config/) for a full list of options.
Check out the [Config Reference](/config/basics) for a full list of options.

@ -4,7 +4,7 @@ import { createRouter, RouterSymbol } from './router'
import { mixinGlobalComputed, mixinGlobalComponents } from './mixin'
import { siteDataRef } from './composables/siteData'
import { useSiteDataByRoute } from './composables/siteDataByRoute'
import { usePageData } from './composables/PageData'
import { usePageData } from './composables/pageData'
import { useUpdateHead } from './composables/head'
import Theme from '/@theme/index'

@ -1,7 +1,7 @@
import { App } from 'vue'
import { joinPath } from './utils'
import { SiteDataRef } from './composables/siteData'
import { PageDataRef } from './composables/PageData'
import { PageDataRef } from './composables/pageData'
import { Content } from './components/Content'
import Debug from './components/Debug.vue'

Loading…
Cancel
Save