Skip to content

Commit

Permalink
Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kjirou committed Dec 3, 2024
1 parent fe55aa4 commit 746efaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/page-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ function createRehypePlugins(params: {
};
documentOptions.css = params.cssUrls;
documentOptions.js = params.jsUrls;
const additionalHeadNodes = params.additionalHeadNodes;

const autolinkContent: HastscriptAst = {
type: "text",
Expand Down

0 comments on commit 746efaa

Please sign in to comment.