feat: hosted simulation via 11ty

This commit is contained in:
Leyla Becker 2026-02-14 19:24:09 -06:00
parent 7769007694
commit e752441a37
2 changed files with 2 additions and 1 deletions

View file

@ -395,6 +395,7 @@ module.exports = (eleventyConfig) => {
});
eleventyConfig.addPassthroughCopy("robots.txt");
eleventyConfig.addPassthroughCopy("simulations");
eleventyConfig.ignores.add("README.md");