From 91b7598b22f89319f64054daf42c950de3eb6451 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 7 Jan 2026 19:29:30 -0800 Subject: Adding some of my favorite toys --- eleventy.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'eleventy.config.js') 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({ -- cgit v1.2.3-70-g09d2