mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
fix plugin errors
- define PWA theme color - fix config error in feed and sitemap plugins
This commit is contained in:
@@ -83,10 +83,14 @@ export default hopeTheme({
|
||||
|
||||
// Operational Plugins
|
||||
feed: {
|
||||
rss: true
|
||||
hostname: 'https://hut.ao',
|
||||
rss: true,
|
||||
},
|
||||
seo: true,
|
||||
sitemap: true,
|
||||
sitemap: {
|
||||
sitemapFilename: 'sitemap.xml',
|
||||
changefreq: 'weekly'
|
||||
},
|
||||
|
||||
// Disable features you don't want here
|
||||
mdEnhance: {
|
||||
@@ -140,6 +144,7 @@ export default hopeTheme({
|
||||
cacheHTML: true,
|
||||
cachePic: true,
|
||||
appendBase: true,
|
||||
themeColor: '#f26d6d',
|
||||
apple: {
|
||||
icon: "/favicon.ico",
|
||||
statusBarColor: "black",
|
||||
|
||||
Reference in New Issue
Block a user