diff --git a/.starters/default/content/1.introduction/4.configuration.md b/.starters/default/content/1.introduction/4.configuration.md index d7404ac99..cd99ce10c 100644 --- a/.starters/default/content/1.introduction/4.configuration.md +++ b/.starters/default/content/1.introduction/4.configuration.md @@ -132,3 +132,15 @@ export default defineAppConfig({ | `github.repo` | `string` | | Name of the GitHub repo to edit files | | `github.owner` | `string` | | Owner of the repo | | `github.edit` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages | + +## Customizing the logo + +To update the logo in the header, create a component in `components/Logo.vue` with your own logo. + +In this example, the image is located at `/public/img`. + +```vue [components/Logo.vue] + +```