This commit is contained in:
2025-11-18 22:23:00 +08:00
parent e709db4e2e
commit 595752bcf2

View File

@@ -1,9 +1,9 @@
---
import Layout from "@/layouts/Layout.astro";
const { slug } = Astro.params;
---
<Layout>
<h1>Post Slug: {slug}</h1>
</Layout>