From 595752bcf21bfd01795361cfb9ed3c3548e2e66f Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Tue, 18 Nov 2025 22:23:00 +0800 Subject: [PATCH] feat: --- src/pages/posts/[...slug].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 917299b..c038505 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -1,9 +1,9 @@ --- import Layout from "@/layouts/Layout.astro"; - +const { slug } = Astro.params; --- - +

Post Slug: {slug}