More instant page navigator

This commit is contained in:
Zef Hemel
2023-12-22 15:55:50 +01:00
parent 8a181145ad
commit 3350c7f076
11 changed files with 79 additions and 60 deletions
-5
View File
@@ -97,11 +97,6 @@ export async function extractFrontmatter(
return undefined;
});
if (data.name) {
data.displayName = data.name;
delete data.name;
}
return data;
}