diff --git a/bun.lockb b/bun.lockb index 5e3cc8aa..f3da2258 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eleventy.config.md.js b/eleventy.config.md.js index 006fb46c..347abf66 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -1,7 +1,7 @@ /* CONFIGURATION FOR MARKDOWN TEMPLATES */ // Installed Plugins -const pluginTOC = require('eleventy-plugin-nesting-toc'); +const pluginTOC = require('@uncenter/eleventy-plugin-toc'); const embedEverything = require("eleventy-plugin-embed-everything"); // Configure slug filter diff --git a/package.json b/package.json index 5b1ba269..54f0d45f 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1", + "@uncenter/eleventy-plugin-toc": "^1.0.3", "@zachleat/details-utils": "^2.0.2", "eleventy-plugin-embed-everything": "^1.18.2", "eleventy-plugin-metagen": "^1.8.3", - "eleventy-plugin-nesting-toc": "^1.3.0", "install": "^0.13.0", "markdown-it-anchor": "^9.0.1", "markdown-it-attribution": "^0.1.4",