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:
@@ -6,6 +6,9 @@ module.exports = function(eleventyConfig) {
|
||||
|
||||
// Decap CMS admin panel
|
||||
eleventyConfig.addPassthroughCopy("admin");
|
||||
|
||||
// Mobile task manager
|
||||
eleventyConfig.addPassthroughCopy("tasks.html");
|
||||
|
||||
return {
|
||||
dir: {
|
||||
|
||||
Reference in New Issue
Block a user