Files
firefrost-website/.eleventy.js
Claude e19ac4619b Properly exclude admin and tasks folders from 11ty template processing
Previous attempt still processed files in admin folder.
Now using ignores.add() for entire folders (admin/**, tasks/**)
so 11ty only copies them via passthrough, doesn't render as templates.

This prevents build failures on HTML files with React/JSX syntax.
2026-04-08 00:33:40 +00:00

767 B