We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe66b1 commit 51b51d3Copy full SHA for 51b51d3
.vitepress/config.ts
@@ -563,6 +563,10 @@ export const sidebar: ThemeConfig['sidebar'] = {
563
export default defineConfigWithTheme<ThemeConfig>({
564
extends: baseConfig,
565
566
+ sitemap: {
567
+ hostname: 'https://vuejs.org'
568
+ },
569
+
570
lang: 'en-US',
571
title: 'Vue.js',
572
description: 'Vue.js - The Progressive JavaScript Framework',
@@ -773,5 +777,5 @@ export default defineConfigWithTheme<ThemeConfig>({
773
777
json: {
774
778
stringify: true
775
779
}
776
- }
780
781
})
0 commit comments