add fonts passthrough
This commit is contained in:
parent
a3d083c5de
commit
db3fef4809
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ const eleventySass = require("eleventy-sass");
|
|||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPlugin(eleventySass);
|
||||
eleventyConfig.addPassthroughCopy("img");
|
||||
eleventyConfig.addPassthroughCopy("css/fonts");
|
||||
|
||||
return {
|
||||
markdownTemplateEngine: "njk",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue