From 8d8405a28a45f1f11cdef8babfc92e0c6f14fbac Mon Sep 17 00:00:00 2001 From: Darek Date: Thu, 18 Jul 2024 10:00:33 +0200 Subject: [PATCH] Added description in the title for the layout --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5797c12..100ed53 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -13,7 +13,7 @@ export interface Props { const { title = 'Polish Cuisine', - description = 'A demo blog for a community of music producers and enthusiasts', + description = 'Blog about Polish Cousine - the old recipes from Kresy region', canonicalURL = 'https://portfolio.darekduda.pl/recipes/', imageURL = '/recipes/tastes_of_borderlands.png', active