From 48e07444b6a0c037a73583046fee0d1567b0a2f8 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 12 Jul 2024 02:34:37 +0800 Subject: [PATCH] chore: tweak --- theme/src/node/autoFrontmatter/resolveOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,