mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix(docs): meta for HTML documentation changing due to root notePosition
This commit is contained in:
@@ -150,6 +150,7 @@ async function cleanUpMeta(outputPath: string) {
|
||||
const metaPath = path.join(outputPath, "!!!meta.json");
|
||||
const meta = JSON.parse(await fs.readFile(metaPath, "utf-8")) as NoteMetaFile;
|
||||
for (const file of meta.files) {
|
||||
file.notePosition = 1;
|
||||
traverse(file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user