Merge pull request #153 from Zearin/patch-1
Add JSDoc (for completion) eleventy.config.js
This commit is contained in:
commit
3ceaafc400
@ -10,6 +10,7 @@ const { EleventyHtmlBasePlugin } = require("@11ty/eleventy");
|
|||||||
const pluginDrafts = require("./eleventy.config.drafts.js");
|
const pluginDrafts = require("./eleventy.config.drafts.js");
|
||||||
const pluginImages = require("./eleventy.config.images.js");
|
const pluginImages = require("./eleventy.config.images.js");
|
||||||
|
|
||||||
|
/** @param {import('@11ty/eleventy').UserConfig} eleventyConfig */
|
||||||
module.exports = function(eleventyConfig) {
|
module.exports = function(eleventyConfig) {
|
||||||
// Copy the contents of the `public` folder to the output folder
|
// Copy the contents of the `public` folder to the output folder
|
||||||
// For example, `./public/css/` ends up in `_site/css/`
|
// For example, `./public/css/` ends up in `_site/css/`
|
||||||
|
Loading…
Reference in New Issue
Block a user