Restructure mobile task manager as /tasks folder (like /admin)

Moved tasks.html to tasks/index.html
Updated 11ty to copy tasks/ folder
Now accessible at firefrostgaming.com/tasks (no .html extension needed)

Matches the pattern used by /admin for Decap CMS.
This commit is contained in:
Claude
2026-04-07 23:30:10 +00:00
parent 4352ae1021
commit b71f0dfb9d
3 changed files with 1 additions and 494 deletions

View File

@@ -8,7 +8,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("admin");
// Mobile task manager
eleventyConfig.addPassthroughCopy("tasks.html");
eleventyConfig.addPassthroughCopy("tasks");
return {
dir: {