From 4352ae10217dd878d1b102344df3b2eac43d434b Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Apr 2026 23:26:24 +0000 Subject: [PATCH] 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. --- .eleventy.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eleventy.js b/.eleventy.js index 08eba34..fe6c409 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -6,6 +6,9 @@ module.exports = function(eleventyConfig) { // Decap CMS admin panel eleventyConfig.addPassthroughCopy("admin"); + + // Mobile task manager + eleventyConfig.addPassthroughCopy("tasks.html"); return { dir: {