Support multiple data blocks in single page #43

pull/380/head
Zef Hemel 2023-03-06 14:43:50 +01:00
parent 50fdc2fdbc
commit a333803876
1 changed files with 1 additions and 1 deletions

View File

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