From 9e7cbd144f05a2a46e51c033a171fc557951b3eb Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Tue, 5 Mar 2024 22:36:36 +0100 Subject: [PATCH] fix: add source description --- src/pages/blog.astro | 1 + src/pages/recipes.astro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index f82cb04..cdd95bb 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -9,6 +9,7 @@ const allBlogposts = await getCollection('blog');
Blog +

Here are some blogposts, they are located in the repository as mdx files.


diff --git a/src/pages/recipes.astro b/src/pages/recipes.astro index 6706010..48221da 100644 --- a/src/pages/recipes.astro +++ b/src/pages/recipes.astro @@ -19,7 +19,7 @@ const recipes = await directus.request(
Recipes -

Here are some of my favorite recipes.

+

Here are some of my favorite recipes. They are fetched through Directus CMS.