mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
Update explorer.md
This commit is contained in:
parent
987a407e55
commit
3297d694d4
@ -154,7 +154,6 @@ Component.Explorer({
|
|||||||
Alternatively, here's how to filter by slug:
|
Alternatively, here's how to filter by slug:
|
||||||
|
|
||||||
```ts title="quartz.layout.ts"
|
```ts title="quartz.layout.ts"
|
||||||
// Filter by slug
|
|
||||||
Component.Explorer({
|
Component.Explorer({
|
||||||
filterFn: (node) => {
|
filterFn: (node) => {
|
||||||
// set containing slugs of everything you want to filter out
|
// set containing slugs of everything you want to filter out
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user