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
|
// Operational Plugins
|
||||||
feed: {
|
feed: {
|
||||||
rss: true
|
hostname: 'https://hut.ao',
|
||||||
|
rss: true,
|
||||||
},
|
},
|
||||||
seo: true,
|
seo: true,
|
||||||
sitemap: true,
|
sitemap: {
|
||||||
|
sitemapFilename: 'sitemap.xml',
|
||||||
|
changefreq: 'weekly'
|
||||||
|
},
|
||||||
|
|
||||||
// Disable features you don't want here
|
// Disable features you don't want here
|
||||||
mdEnhance: {
|
mdEnhance: {
|
||||||
@@ -140,6 +144,7 @@ export default hopeTheme({
|
|||||||
cacheHTML: true,
|
cacheHTML: true,
|
||||||
cachePic: true,
|
cachePic: true,
|
||||||
appendBase: true,
|
appendBase: true,
|
||||||
|
themeColor: '#f26d6d',
|
||||||
apple: {
|
apple: {
|
||||||
icon: "/favicon.ico",
|
icon: "/favicon.ico",
|
||||||
statusBarColor: "black",
|
statusBarColor: "black",
|
||||||
|
|||||||
Reference in New Issue
Block a user