From 59b4808461e8eac97501ee3f64bbfeb54af856a4 Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 19 Aug 2022 03:49:00 -0400 Subject: [PATCH] Change slug --- src/components/widgets/HighlightedPosts.astro | 2 +- ...-branding.md => how-to-customize-astrowind-to-your-brand.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/data/posts/{how-to-customize-astrowind-to-your-branding.md => how-to-customize-astrowind-to-your-brand.md} (100%) diff --git a/src/components/widgets/HighlightedPosts.astro b/src/components/widgets/HighlightedPosts.astro index 817d523..289d943 100644 --- a/src/components/widgets/HighlightedPosts.astro +++ b/src/components/widgets/HighlightedPosts.astro @@ -56,7 +56,7 @@ const {} = Astro.props; />

How to customize AstroWind template to suit your branding diff --git a/src/data/posts/how-to-customize-astrowind-to-your-branding.md b/src/data/posts/how-to-customize-astrowind-to-your-brand.md similarity index 100% rename from src/data/posts/how-to-customize-astrowind-to-your-branding.md rename to src/data/posts/how-to-customize-astrowind-to-your-brand.md