aboutsummaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-07 22:07:14 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-07 22:07:14 +0100
commitfea7349d0c24fa3d8f175a0f52892c849562d8c7 (patch)
tree7428cd85298df0e243d87ba65788c63e8a109fe2 /astro.config.mjs
parent6132a0204c190951851a22a13121aef727c60fce (diff)
Nuevo post
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs5
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",
- }
+ },
}
]
]