From 12e9b00674563856d3798698de7d8dda1e3049e4 Mon Sep 17 00:00:00 2001 From: Lyle Schemmerling Date: Mon, 14 Aug 2023 16:01:53 -0600 Subject: [PATCH] no console log --- astro/src/pages/blog/category/[category]/[...page].astro | 1 - astro/src/pages/blog/feed.xml.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/astro/src/pages/blog/category/[category]/[...page].astro b/astro/src/pages/blog/category/[category]/[...page].astro index 34932db14a..076680dd23 100644 --- a/astro/src/pages/blog/category/[category]/[...page].astro +++ b/astro/src/pages/blog/category/[category]/[...page].astro @@ -9,7 +9,6 @@ export async function getStaticPaths({ paginate }) { const { page, categoryName } = Astro.props; const { category } = Astro.params; -console.log(categoryName) ---