From e82202074e1198920ca05d1dd4806007f43d99e6 Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 12 Jul 2025 11:53:49 +0200 Subject: [PATCH] Fix undefined title --- src/pages/sprints.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/sprints.astro b/src/pages/sprints.astro index ba1556066..5746c0f9a 100644 --- a/src/pages/sprints.astro +++ b/src/pages/sprints.astro @@ -1,6 +1,6 @@ --- import { getCollection } from 'astro:content'; -import { getEntry, render } from 'astro:content'; +import { getEntry } from 'astro:content'; import Layout from '@layouts/MarkdownLayout.astro'; import SprintCard from '@components/SprintCard.astro'; import Markdown from "@ui/Markdown.astro"; @@ -22,7 +22,7 @@ const sprints = await getCollection("sprints", ({ data }) => { --- - +