Skip to content

Commit

Permalink
fix: fix type Config['title']
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 2, 2024
1 parent a7e43aa commit 853d734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vike-solid/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare global {
Layout?: Component;

/** <title>${title}</title> */
title?: string | ((pageContext: PageContext) => string);
title?: string | ((pageContext: PageContext_) => string);

/** <link rel="icon" href="${favicon}" /> */
favicon?: string;
Expand Down

0 comments on commit 853d734

Please sign in to comment.