We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af87751 commit 802ce70Copy full SHA for 802ce70
1 file changed
.vitepress/config.mts
@@ -7,9 +7,7 @@ export default defineConfig({
7
srcDir: "src",
8
title: "vectorlex.github.io",
9
description: "vectorlex的意义不明的个人网站",
10
- sitemap: {
11
- hostname: "https://vectorlex.github.io/",
12
- },
+ sitemap: { hostname: "https://vectorlex.github.io/" },
13
themeConfig: {
14
search: {
15
provider: "local"
0 commit comments