import { getArchiveTree } from '~~/lib/blog/read-posts'; export default defineEventHandler(async (event) => { return getArchiveTree(); });