add new blogs

This commit is contained in:
Zoe
2023-01-01 05:01:45 -06:00
parent 3f412b8a34
commit 471496018a
19 changed files with 392 additions and 63 deletions

View File

@@ -10,7 +10,8 @@ export default defineEventHandler(async (event) => {
for (const doc of docs) {
sitemap.write({
url: doc._path
url: doc._path,
changefreq: 'monthly'
})
}
sitemap.end()