We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105ad81 commit bb9b0afCopy full SHA for bb9b0af
1 file changed
quartz.ts
@@ -1,13 +1,6 @@
1
import { loadQuartzConfig, loadQuartzLayout } from "./quartz/plugins/loader/config-loader"
2
-import { Explorer } from "@quartz-community/explorer"
+import * as ExternalPlugin from "./.quartz/plugins"
3
4
const config = await loadQuartzConfig()
5
export default config
6
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