add new blogs
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user