From 4b5f238f7a6a3b51d669bf7ad4f1b4bd0d861956 Mon Sep 17 00:00:00 2001 From: whitney Date: Tue, 11 Jun 2024 14:12:57 -0700 Subject: [PATCH] Move not-found image to docs folder --- recipes/docs/indian/brown-lentils.mdx | 2 +- recipes/{ => docs}/static/img/not-found.svg | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes/{ => docs}/static/img/not-found.svg (100%) diff --git a/recipes/docs/indian/brown-lentils.mdx b/recipes/docs/indian/brown-lentils.mdx index da24561..60ee645 100644 --- a/recipes/docs/indian/brown-lentils.mdx +++ b/recipes/docs/indian/brown-lentils.mdx @@ -64,7 +64,7 @@ Some substitutes for the whole dal can be done, I have used whole mung beans (Gr ### Notes Recipe usually heavy on the chana, adjust how you like it. -![img alt](@site/static/img/not-found.svg) +![img alt](@site/docs/static/img/not-found.svg) ### References https://www.indianhealthyrecipes.com/brown-lentils/ diff --git a/recipes/static/img/not-found.svg b/recipes/docs/static/img/not-found.svg similarity index 100% rename from recipes/static/img/not-found.svg rename to recipes/docs/static/img/not-found.svg