Skip to content

Commit

Permalink
type problem
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 1, 2024
1 parent b25cb9f commit 2500197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ declare module '@docusaurus/plugin-content-blog' {
*/
export type FeedOptions = {
/** Enable feeds xslt stylesheets */
xslt?: FeedXSLTOptions;
xslt: FeedXSLTOptions;
/** If `null`, no feed is generated. */
type?: FeedType[] | null;
/** Title of generated feed. */
Expand Down

0 comments on commit 2500197

Please sign in to comment.