From a07e489700132c05daa65c64469b1b111df2d0e5 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 25 Oct 2025 14:21:06 +0200 Subject: [PATCH] feat: load links in recipes and review --- registry/templates/Recipe.marka | 3 ++- registry/templates/Review.marka | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/registry/templates/Recipe.marka b/registry/templates/Recipe.marka index ad3b8f7..80b9a13 100644 --- a/registry/templates/Recipe.marka +++ b/registry/templates/Recipe.marka @@ -10,7 +10,8 @@ - path: "_type" codec: const value: Recipe - - path: link + - path: url + pathAlias: link - path: image - path: author._type codec: const diff --git a/registry/templates/Review.marka b/registry/templates/Review.marka index ecf4387..4abb981 100644 --- a/registry/templates/Review.marka +++ b/registry/templates/Review.marka @@ -11,6 +11,8 @@ codec: const value: Review - path: tmdbId + - path: link + pathAlias: link - path: image - path: author.name pathAlias: author