docs: Further tweak to default-theme-config.md

pull/2377/head
Simon East 2 years ago committed by GitHub
parent bc53d195d7
commit 2cab4b0ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# Default Theme Config # Default Theme Config
Theme config lets you customize your theme. You can define theme config via the `themeConfig` option inside `.vitepress/config.ts`: Theme config lets you customize your theme. You can define theme config via the `themeConfig` option inside [`.vitepress/config.[extension]`](./site-config):
```ts ```ts
export default { export default {
@ -17,7 +17,7 @@ export default {
} }
``` ```
**The options documented on this page only apply to the default theme.** Different themes expect different theme config. When using a custom theme, the theme config object will be passed to the theme so the theme can define conditional behavior based on it. **The options documented on this page only apply to the default theme.** Different themes expect different theme configuration options. When using a custom theme, the theme config object will be passed to the theme so the theme can define conditional behavior based on it.
## i18nRouting ## i18nRouting

Loading…
Cancel
Save