Skip to content

Commit

Permalink
allow users to put scripts in src/site/scripts folder (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
uroybd authored Mar 2, 2023
1 parent f35dec9 commit 702344c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 702344c

Please sign in to comment.