Support multiple data blocks in single page #43
This commit is contained in:
@@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user