Fixed Type error
All checks were successful
Build and deploy website / build (push) Successful in 35s
All checks were successful
Build and deploy website / build (push) Successful in 35s
This commit is contained in:
parent
89a349b4fd
commit
cfd11a98ec
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user