#slug with static pages

4 messages · Page 1 of 1 (latest)

light pendant
#

Somehow I don't get it. I created a projects.astro file in src/pages.

I put the following code into the frontmatter:

---
const { slug } = Astro.params;
---

When i call it in my template I get undefined . Do I need to add anything else?

upper hill
light pendant