refac
This commit is contained in:
@@ -42,7 +42,10 @@
|
||||
}
|
||||
|
||||
if (frontmatter?.description) {
|
||||
func.meta.description = frontmatter.description;
|
||||
func.meta = {
|
||||
...func.meta,
|
||||
description: frontmatter.description
|
||||
};
|
||||
}
|
||||
|
||||
onImport(func);
|
||||
|
||||
Reference in New Issue
Block a user