Skip to content

Commit ca83d4c

Browse files
committed
fix: wrong import
1 parent 571de06 commit ca83d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/notion/getAllTags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { isIterable } from '../utils'
2-
import BLOG from '@/blog'
2+
import BLOG from '@/blog.config'
33

44
/**
55
* 获取所有文章的标签

0 commit comments

Comments
 (0)