app-next: fix empty homepage

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-08 15:23:53 +02:00
parent 80a9b28b4e
commit a9101c283d
+1 -1
View File
@@ -80,7 +80,7 @@ TODO:
const homePageExtension = createExtension({
name: 'myhomepage',
attachTo: { id: 'home', input: 'props' },
attachTo: { id: 'page:home', input: 'props' },
output: {
children: coreExtensionData.reactElement,
title: titleExtensionDataRef,