mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-05 12:25:20 +00:00
Copy theme css that gets ignored by sass
This commit is contained in:
parent
94c91c3031
commit
5d9b0e508e
@ -280,6 +280,7 @@ module.exports = function (eleventyConfig) {
|
||||
});
|
||||
|
||||
eleventyConfig.addPassthroughCopy("src/site/img");
|
||||
eleventyConfig.addPassthroughCopy("src/site/styles/_*.css");
|
||||
eleventyConfig.addPlugin(faviconPlugin, { destination: "dist" });
|
||||
eleventyConfig.addPlugin(tocPlugin, {
|
||||
ul: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user