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 GitHub
parent f35dec903a
commit 702344cb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,6 +297,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, {