diff --git a/eleventy.config.js b/eleventy.config.js index 8f08935..0f93e67 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -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",