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