Configure 11ty to include tasks.html in build

Added tasks.html as passthrough copy so it gets included in _site/ output.
This ensures Cloudflare Pages deploys the mobile task manager.
This commit is contained in:
Claude
2026-04-07 23:26:24 +00:00
parent 09b58185fa
commit 4352ae1021

View File

@@ -6,6 +6,9 @@ module.exports = function(eleventyConfig) {
// Decap CMS admin panel
eleventyConfig.addPassthroughCopy("admin");
// Mobile task manager
eleventyConfig.addPassthroughCopy("tasks.html");
return {
dir: {