feat: made default markdown not use the measurements plugin

This commit is contained in:
Leyla Becker 2026-02-22 16:29:46 -06:00
parent 63bd438e45
commit 2cbd931e99
5 changed files with 31 additions and 18 deletions

View file

@ -218,6 +218,7 @@ const isNewestVersion = (filePath) => {
module.exports = {
layout: "recipe.njk",
tags: ["recipe"],
templateEngineOverride: "njk",
eleventyComputed: {
recipeSlug: (data) => {
return getSlugFromPath(data.page.inputPath);