Change Markdown and HTML template rendering to Vento

This commit is contained in:
Leilukin 2025-05-04 21:41:34 +08:00
parent cb734426f9
commit 16b9ec6fc3

View File

@ -56,8 +56,8 @@ export default function(eleventyConfig) {
});
return {
markdownTemplateEngine: "njk",
htmlTemplateEngine: "njk",
markdownTemplateEngine: "vto",
htmlTemplateEngine: "vto",
dir: {
input: "src"
}