Skip to content

Commit c12fedc

Browse files
committed
fix: return the old way to define footnotes links
1 parent 50bc737 commit c12fedc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gatsby-config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const config = {
7878
remarkRehypeOptions: {
7979
allowDangerousHtml: true,
8080
footnoteLabel: ' ',
81+
clobberPrefix: '',
8182
},
8283
},
8384

gatsby-node.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export const onCreateNode = ({ node, actions, getNode }) => {
9292
remarkRehypeOptions: {
9393
allowDangerousHtml: true,
9494
footnoteLabel: ' ',
95+
clobberPrefix: '',
9596
},
9697
useDynamicImport: true
9798
}).then((result) => {

0 commit comments

Comments
 (0)