aboutsummaryrefslogtreecommitdiffstats
path: root/eleventy.config.js
diff options
context:
space:
mode:
author2024-08-02 23:15:52 +0530
committer2024-08-02 23:15:52 +0530
commit92483f04464504b2a23f48860ee0052ca80e4610 (patch)
treee862669b8af5d0542170290594466670259e05d3 /eleventy.config.js
parentHotfix in cannonical (diff)
downloadsudomsg-92483f04464504b2a23f48860ee0052ca80e4610.tar
sudomsg-92483f04464504b2a23f48860ee0052ca80e4610.tar.gz
sudomsg-92483f04464504b2a23f48860ee0052ca80e4610.tar.bz2
sudomsg-92483f04464504b2a23f48860ee0052ca80e4610.tar.lz
sudomsg-92483f04464504b2a23f48860ee0052ca80e4610.tar.xz
sudomsg-92483f04464504b2a23f48860ee0052ca80e4610.tar.zst
sudomsg-92483f04464504b2a23f48860ee0052ca80e4610.zip
Updated Deps
Diffstat (limited to 'eleventy.config.js')
-rw-r--r--eleventy.config.js3
1 files changed, 2 insertions, 1 deletions
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",