chore: make title longer

This commit is contained in:
Jewgeni Lewash 2024-03-08 07:40:33 +01:00
parent 5266fe563d
commit ca2764ab57
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ const allBlogposts = await getCollection('blog');
--- ---
<BaseLayout <BaseLayout
title="Blog" title="Blog | Astro Deploy"
description="Explore insightful articles on our Blog: Dive into a world of knowledge through posts crafted with expertise. Discover, learn, and grow with us."> description="Explore insightful articles on our Blog: Dive into a world of knowledge through posts crafted with expertise. Discover, learn, and grow with us.">
<div class="container mx-auto px-4 py-16 sm:py-24 lg:px-8 lg:py-32 xl:max-w-7xl"> <div class="container mx-auto px-4 py-16 sm:py-24 lg:px-8 lg:py-32 xl:max-w-7xl">
<div class="mb-12 text-center text-zinc-900 dark:text-zinc-200"> <div class="mb-12 text-center text-zinc-900 dark:text-zinc-200">

View File

@ -18,7 +18,7 @@ const recipes = await directus.request(
--- ---
<BaseLayout <BaseLayout
title="Recipes" title="Recipes | Astro Deploy"
description="Feast on favorite recipes: A curated collection of delightful dishes, sourced directly from our CMS. Discover new flavors and inspire your culinary journey."> description="Feast on favorite recipes: A curated collection of delightful dishes, sourced directly from our CMS. Discover new flavors and inspire your culinary journey.">
<div class="container mx-auto px-4 py-16 sm:py-24 lg:px-8 lg:py-32 xl:max-w-7xl"> <div class="container mx-auto px-4 py-16 sm:py-24 lg:px-8 lg:py-32 xl:max-w-7xl">
<div class="mb-12 text-center text-zinc-900 dark:text-zinc-200"> <div class="mb-12 text-center text-zinc-900 dark:text-zinc-200">