···2323 eleventyConfig.addPassthroughCopy("src/img");
2424 eleventyConfig.addPassthroughCopy("src/manifest.json");
2525 eleventyConfig.addPassthroughCopy("src/_headers");
2626+ eleventyConfig.addPassthroughCopy("src/_routes.json");
2627 eleventyConfig.addPassthroughCopy("src/plugin-sandbox.html");
27282829 // Prevent sandbox from being treated as a template