We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604390c commit 294c52cCopy full SHA for 294c52c
doc-site/.dumirc.ts
@@ -18,7 +18,9 @@ export default defineConfig({
18
'../packages/av-canvas/src/index.ts',
19
),
20
},
21
-
+ sitemap: {
22
+ hostname: 'https://bilibili.github.io/WebAV/',
23
+ },
24
analytics: { ga_v2: 'G-MC335K4KV6' },
25
themeConfig: {
26
name: 'WebAV',
doc-site/public/robots.txt
@@ -0,0 +1,4 @@
1
+User-agent: *
2
+Allow: /
3
+
4
+Sitemap: https://bilibili.github.io/WebAV/sitemap.xml
0 commit comments