diff --git a/.eleventy.js b/.eleventy.js index ce7506d..b215a1e 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -11,7 +11,7 @@ module.exports = (config) => { const markdownLib = markdownIt(mdOptions) .use(mdla, { - matcher(href, _config) { + matcher(href, _c) { return href.match(/\/@\w+/) }, attrs: {