import { SITE_CONTENT_KEYS } from '../../utils/schemas.js' export default defineEventHandler(() => { return { keys: [...SITE_CONTENT_KEYS] } })