From 92483f04464504b2a23f48860ee0052ca80e4610 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Fri, 2 Aug 2024 23:15:52 +0530 Subject: Updated Deps --- eleventy.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eleventy.config.js') diff --git a/eleventy.config.js b/eleventy.config.js index 54327e7..4cb7912 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,4 +1,4 @@ -import { EleventyHtmlBasePlugin, RenderPlugin, InputPathToUrlTransformPlugin } from '@11ty/eleventy'; +import { IdAttributePlugin, EleventyHtmlBasePlugin, RenderPlugin, InputPathToUrlTransformPlugin } from '@11ty/eleventy'; import syntaxHighlightPlugin from "@11ty/eleventy-plugin-syntaxhighlight"; import { feedPlugin } from "@11ty/eleventy-plugin-rss"; import eleventyNavigationPlugin from "@11ty/eleventy-navigation"; @@ -12,6 +12,7 @@ export default async function(eleventyConfig) { eleventyConfig.addPlugin(EleventyHtmlBasePlugin); eleventyConfig.addPlugin(RenderPlugin); eleventyConfig.addPlugin(InputPathToUrlTransformPlugin); + eleventyConfig.addPlugin(IdAttributePlugin); eleventyConfig.addPlugin(syntaxHighlightPlugin); eleventyConfig.addPlugin(feedPlugin, { type: "atom", -- cgit v1.2.3-70-g09d2