Merge pull request #153 from Zearin/patch-1

Add JSDoc (for completion) eleventy.config.js
This commit is contained in:
Zach Leatherman 2024-05-31 20:42:15 -07:00 committed by GitHub
commit 3ceaafc400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ const { EleventyHtmlBasePlugin } = require("@11ty/eleventy");
const pluginDrafts = require("./eleventy.config.drafts.js");
const pluginImages = require("./eleventy.config.images.js");
/** @param {import('@11ty/eleventy').UserConfig} eleventyConfig */
module.exports = function(eleventyConfig) {
// Copy the contents of the `public` folder to the output folder
// For example, `./public/css/` ends up in `_site/css/`