fix(fashion/mtf-hair/content): copyright
parent
f5643fb8f1
commit
899aa290ec
|
@ -25,7 +25,7 @@ function searchClosestInTrie(
|
|||
}
|
||||
|
||||
const paths = useData()
|
||||
.page.value.relativePath.split('/')
|
||||
.page.value.relativePath.replace('.md', '').split('/')
|
||||
.filter((item: string) => item !== '');
|
||||
const attrs = searchClosestInTrie(data, paths);
|
||||
const frontmatter = useData().frontmatter.value;
|
||||
|
|
Loading…
Reference in New Issue