Fix useContent not using cookies therefore skipping the auth step

This commit is contained in:
2025-01-05 22:43:40 +01:00
parent 9515132659
commit 896af11fa7
15 changed files with 37 additions and 39 deletions

View File

@@ -37,7 +37,8 @@ export default defineEventHandler(async (e) => {
return;
}
return { path: content.path,
return {
path: content.path,
owner: content.owner,
title: content.title,
type: content.type,