Skip to content

Commit

Permalink
apply prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
monagjr committed Dec 18, 2023
1 parent 6f27bac commit 6dbdcf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ export const configSchema = z.object({
* @default ""
*/
match: z.string().or(z.array(z.string())),
/**
/**
* Selector to grab links from
* @example "li > a.block"
* @default ""
*/
matchSelector: z.string().optional(),
matchSelector: z.string().optional(),
/**
* Selector to grab the inner text from
* @example ".docs-builder-container"
Expand Down

0 comments on commit 6dbdcf1

Please sign in to comment.