From fea7349d0c24fa3d8f175a0f52892c849562d8c7 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 7 Jan 2026 22:07:14 +0100 Subject: Nuevo post --- astro.config.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') 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", - } + }, } ] ] -- cgit v1.3