feat: added site map

This commit is contained in:
Leyla Becker 2026-02-11 15:51:26 -06:00
parent 7682677cf6
commit a7676d06b6
9 changed files with 62 additions and 21 deletions

View file

@ -223,6 +223,8 @@ module.exports = (eleventyConfig) => {
eleventyConfig.addPassthroughCopy("css");
eleventyConfig.addPassthroughCopy("robots.txt");
eleventyConfig.ignores.add("README.md");
return {
dir: {
input: ".",