1
0

Support multiple data blocks in single page #43

This commit is contained in:
Zef Hemel 2023-03-06 14:43:50 +01:00
parent 50fdc2fdbc
commit a333803876

View File

@ -35,7 +35,7 @@ export async function indexData({ name, tree }: IndexTreeEvent) {
continue;
}
dataObjects.push({
key: `data:${name}@${i}`,
key: `data:${name}@${t.from! + i}`,
value: doc,
});
}