This commit is contained in:
Zoe
2023-02-10 23:10:36 -06:00
parent fb357cb768
commit ef9fa3b343

View File

@@ -16,6 +16,7 @@ export default defineEventHandler(async (event) => {
title: doc.title, title: doc.title,
description: doc.description, description: doc.description,
image_url: doc.image.src, image_url: doc.image.src,
date: doc.date
}) })
} }