This commit is contained in:
2026-01-01 21:59:28 +08:00
parent 2eba888094
commit 1d888e9af0
38 changed files with 449 additions and 2469 deletions

View File

@@ -1,5 +1,5 @@
export default defineEventHandler(async (event) => {
const docs = await queryCollection(event, "content").all();
const docs = await queryCollection(event, "content").where("published", "==", true).all();
const urls: Array<{ loc: string; lastmod: string }> = [];