allow users to put scripts in src/site/scripts folder (#93)

This commit is contained in:
Utsob Roy 2023-03-02 13:18:16 +06:00 committed by Ole Eskild Steensen
parent e1342e7eb7
commit 6698edf262

View File

@ -284,6 +284,7 @@ module.exports = function (eleventyConfig) {
});
eleventyConfig.addPassthroughCopy("src/site/img");
eleventyConfig.addPassthroughCopy("src/site/scripts");
eleventyConfig.addPassthroughCopy("src/site/styles/_theme.*.css");
eleventyConfig.addPlugin(faviconPlugin, { destination: "dist" });
eleventyConfig.addPlugin(tocPlugin, {