Fixed Type error
All checks were successful
Build and deploy website / build (push) Successful in 35s

This commit is contained in:
Martin Berg Alstad 2025-01-19 20:07:26 +01:00
parent 89a349b4fd
commit cfd11a98ec
Signed by: martials
GPG Key ID: 706F53DD087A91DE

View File

@ -15,7 +15,7 @@ interface Props {
const { project } = Astro.props
const entry = await getEntry("projects", project)
const { Content } = await render(entry)
const { Content } = await render(entry!)
const {
title,
description,