mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-04 12:00:02 +00:00
allow users to put scripts in src/site/scripts folder (#93)
This commit is contained in:
parent
f35dec903a
commit
702344cb84
@ -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, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user