mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Enable more plugins
- enable feed plugin - enable sitemap plugin - enable seo plugin
This commit is contained in:
3
docs/.vuepress/public/robots.txt
Normal file
3
docs/.vuepress/public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
|
||||
Allow: /
|
||||
@@ -156,5 +156,18 @@ export default hopeTheme({
|
||||
]
|
||||
},
|
||||
},
|
||||
feedPlugin:{
|
||||
rss: true,
|
||||
hostname: "hut.ao"
|
||||
},
|
||||
sitePlugin: {
|
||||
hostname: "hut.ao",
|
||||
changefreq: "weekly",
|
||||
sitemapFilename: "sitemap.xml"
|
||||
},
|
||||
seoPlugin:{
|
||||
hostname: "hut.ao",
|
||||
autoDescription: true
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user