Open
Description
Operating system
Linux / Debian
Eleventy
2.0.0
Describe the bug
attempting to use .html
file extension for .webc
files with the new aliasing feature in 2.0
config.addExtension("11ty.html", {
key: "11ty.webc"
})
no success.
Reproduction steps
config.addExtension("11ty.html", { key: "11ty.webc" })
- rename an existing
.webc
component to.html
npx @11ty/eleventy --serve
- component is not rendered
Expected behavior
aliasing .webc
components should work across all files (components / pages / layouts / etc ...).
Reproduction URL
No response
Screenshots
No response