fix(fashion/mtf-hair/content): copyright

pull/303/head
北雁 Cryolitia 2024-04-11 09:15:01 +08:00
parent f5643fb8f1
commit 899aa290ec
No known key found for this signature in database
GPG Key ID: 3E5D1772FC8A8EDD
1 changed files with 1 additions and 1 deletions

View File

@ -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;