Skip to content

Commit bb29188

Browse files
committed
chore: update
1 parent 337580f commit bb29188

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import rehypeLineNumbers from "./tools/rehype-line-numbers";
88
import rehypeCodeCopyButton from "./tools/rehype-code-copy-button";
99
import rehypeToc from "./tools/rehype-toc";
1010
import remarkAside from "./tools/remark-aside";
11-
import remarkGitDates from "./tools/remark-git-dates";
1211

1312
import compressor from "astro-compressor";
1413

@@ -48,7 +47,7 @@ export default defineConfig({
4847
footnoteLabelTagName: "hr",
4948
footnoteLabel: " ",
5049
},
51-
remarkPlugins: [remarkAside, codeBlockPlugin, remarkBreaks, remarkGitDates],
50+
remarkPlugins: [remarkAside, codeBlockPlugin, remarkBreaks],
5251
rehypePlugins: [
5352
rehypeLineNumbers,
5453
rehypeHeadingSpan,

0 commit comments

Comments
 (0)