Update explorer.md

This commit is contained in:
Timothee 2025-04-04 07:25:43 +02:00 committed by GitHub
parent 987a407e55
commit 3297d694d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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