diff --git a/theme/src/node/autoFrontmatter/resolveOptions.ts b/theme/src/node/autoFrontmatter/resolveOptions.ts index d4eb8e9d..467b29af 100644 --- a/theme/src/node/autoFrontmatter/resolveOptions.ts +++ b/theme/src/node/autoFrontmatter/resolveOptions.ts @@ -2,7 +2,7 @@ import { path } from 'vuepress/utils' import { removeLeadingSlash, resolveLocalePath } from 'vuepress/shared' import { ensureLeadingSlash } from '@vuepress/helper' import { format } from 'date-fns' -import { toArray, uniq } from '@pengzhanbo/utils' +import { uniq } from '@pengzhanbo/utils' import type { AutoFrontmatter, AutoFrontmatterArray,