feat: cleaning up newer posts using old shortcode

also adding markdown-it-attrs to add attrs to various markdown elements!
This commit is contained in:
Devin Haska 2025-01-16 23:17:36 -08:00
parent d59b3767f4
commit 20fcf37d3a
9 changed files with 47 additions and 100 deletions

View file

@ -84,6 +84,8 @@ export default function (eleventyConfig) {
loading: "lazy",
decoding: "async",
},
failOnError: false,
});
// --------------------- Passthrough File Copy -----------------------