From d10e8dfb78eadd1a38afcebfec132cdf0cb68218 Mon Sep 17 00:00:00 2001 From: tanishqmanuja Date: Wed, 20 Sep 2023 14:59:05 +0530 Subject: [PATCH] refactor: post slug routing --- src/pages/posts/{[slug].astro => [slug]/index.astro} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/pages/posts/{[slug].astro => [slug]/index.astro} (100%) diff --git a/src/pages/posts/[slug].astro b/src/pages/posts/[slug]/index.astro similarity index 100% rename from src/pages/posts/[slug].astro rename to src/pages/posts/[slug]/index.astro