generated from inherentlee/11ty
I won't even try to chunk this up
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { IdAttributePlugin } from "@11ty/eleventy";
|
||||
import { attrs } from "@mdit/plugin-attrs";
|
||||
import { eleventyImageTransformPlugin } from "@11ty/eleventy-img";
|
||||
import eleventyNavigationPlugin from "@11ty/eleventy-navigation";
|
||||
@@ -44,6 +45,9 @@ export default async function (eleventyConfig) {
|
||||
/* Navigation */
|
||||
eleventyConfig.addPlugin(eleventyNavigationPlugin);
|
||||
|
||||
/* `id` attributes */
|
||||
eleventyConfig.addPlugin(IdAttributePlugin);
|
||||
|
||||
/* All filters from _config/filters.js */
|
||||
eleventyConfig.addPlugin(pluginFilters);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user