chore: make title longer
This commit is contained in:
parent
5266fe563d
commit
ca2764ab57
@ -6,7 +6,7 @@ const allBlogposts = await getCollection('blog');
|
||||
---
|
||||
|
||||
<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.">
|
||||
<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">
|
||||
|
||||
@ -18,7 +18,7 @@ const recipes = await directus.request(
|
||||
---
|
||||
|
||||
<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.">
|
||||
<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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user