Skip to content

Commit bb9b0af

Browse files
committed
not needed
remove custom exclude tag workaround, upstream added better tag
1 parent 105ad81 commit bb9b0af

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

quartz.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
import { loadQuartzConfig, loadQuartzLayout } from "./quartz/plugins/loader/config-loader"
2-
import { Explorer } from "@quartz-community/explorer"
2+
import * as ExternalPlugin from "./.quartz/plugins"
33

44
const config = await loadQuartzConfig()
55
export default config
66
export const layout = await loadQuartzLayout()
7-
8-
Explorer({
9-
filterFn: (node) => {
10-
// exclude files with the tag "exclude"
11-
return node.data?.tags?.includes("exclude") !== true
12-
},
13-
})

0 commit comments

Comments
 (0)