diff options
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index d32717e..ccaa6f9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -31,6 +31,9 @@ export default defineConfig({ }, scopedStyleStrategy: "where", markdown: { + remarkRehype: { + footnoteLabel: "Notas" + }, rehypePlugins: [ [ rehypeExternalLinks, @@ -38,7 +41,7 @@ export default defineConfig({ "rel": ["nofollow", "noopener"], "properties": { "className": "external", - } + }, } ] ] |
