Enable more plugins

- enable feed plugin
- enable sitemap plugin
- enable seo plugin
This commit is contained in:
Masterain
2023-01-12 04:32:29 -08:00
parent 200e8bdccf
commit 77760b546d
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
User-agent: *
Allow: /

View File

@@ -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
}
}, },
}); });