feat: load links in recipes and review
Some checks failed
Build and Push Server / build-and-push (push) Failing after 17m14s

This commit is contained in:
Max Richter
2025-10-25 14:21:06 +02:00
parent 0cf5e77b2a
commit a07e489700
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
- path: "_type"
codec: const
value: Recipe
- path: link
- path: url
pathAlias: link
- path: image
- path: author._type
codec: const

View File

@@ -11,6 +11,8 @@
codec: const
value: Review
- path: tmdbId
- path: link
pathAlias: link
- path: image
- path: author.name
pathAlias: author