From ca83d4c08c54fb8f01642b2e7682241075acbdeb Mon Sep 17 00:00:00 2001 From: kazoottt Date: Wed, 6 Mar 2024 19:33:27 +0800 Subject: [PATCH] fix: wrong import --- lib/notion/getAllTags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notion/getAllTags.js b/lib/notion/getAllTags.js index 165a3387..4c7559b9 100644 --- a/lib/notion/getAllTags.js +++ b/lib/notion/getAllTags.js @@ -1,5 +1,5 @@ import { isIterable } from '../utils' -import BLOG from '@/blog' +import BLOG from '@/blog.config' /** * 获取所有文章的标签