Skip to content

Commit

Permalink
Merge pull request #153 from Zearin/patch-1
Browse files Browse the repository at this point in the history
Add JSDoc (for completion) eleventy.config.js
  • Loading branch information
zachleat committed Jun 1, 2024
2 parents 76b018d + f30c79c commit 3ceaafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
Expand Down

0 comments on commit 3ceaafc

Please sign in to comment.