feat: load links in recipes and review
Some checks failed
Build and Push Server / build-and-push (push) Failing after 17m14s
Some checks failed
Build and Push Server / build-and-push (push) Failing after 17m14s
This commit is contained in:
@@ -10,7 +10,8 @@
|
|||||||
- path: "_type"
|
- path: "_type"
|
||||||
codec: const
|
codec: const
|
||||||
value: Recipe
|
value: Recipe
|
||||||
- path: link
|
- path: url
|
||||||
|
pathAlias: link
|
||||||
- path: image
|
- path: image
|
||||||
- path: author._type
|
- path: author._type
|
||||||
codec: const
|
codec: const
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
codec: const
|
codec: const
|
||||||
value: Review
|
value: Review
|
||||||
- path: tmdbId
|
- path: tmdbId
|
||||||
|
- path: link
|
||||||
|
pathAlias: link
|
||||||
- path: image
|
- path: image
|
||||||
- path: author.name
|
- path: author.name
|
||||||
pathAlias: author
|
pathAlias: author
|
||||||
|
|||||||
Reference in New Issue
Block a user