From 8b53e14ffc2044175fea8e8ca767006e77caeaa4 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 10 Jan 2025 08:17:35 -0600 Subject: [PATCH] Restore config types --- eleventy.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eleventy.config.js b/eleventy.config.js index 03d5b5d..ea6a25f 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -6,6 +6,7 @@ import { eleventyImageTransformPlugin } from "@11ty/eleventy-img"; import pluginFilters from "./_config/filters.js"; +/** @param {import("@11ty/eleventy").UserConfig} eleventyConfig */ export default async function(eleventyConfig) { // Drafts, see also _data/eleventyDataSchema.js eleventyConfig.addPreprocessor("drafts", "*", (data, content) => {