diff options
Diffstat (limited to 'eleventy.config.js')
| -rw-r--r-- | eleventy.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eleventy.config.js b/eleventy.config.js index ddf1e3e..a12047a 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -6,6 +6,7 @@ export default function(eleventyConfig) { eleventyConfig.addPlugin(pluginRss); eleventyConfig.addPassthroughCopy("src/assets"); + eleventyConfig.addPassthroughCopy("src/toys"); // Configure markdown-it const md = markdownIt({ |
