New SiteContent.

This commit is contained in:
Jennie Robinson Faber 2026-04-16 21:11:14 +01:00
parent 02222a5c16
commit 7e7672d52b
5 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import { SITE_CONTENT_KEYS } from '../../utils/schemas.js'
export default defineEventHandler(() => {
return { keys: [...SITE_CONTENT_KEYS] }
})