✨ Added Sb1 Actual integration to projects.
All checks were successful
Build and deploy website / build (push) Successful in 39s
All checks were successful
Build and deploy website / build (push) Successful in 39s
- Code style is Catppuccin Mocha - Added lang tag to project - Added keywords to project - Sort projects by latest updated
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
---
|
||||
import { getCollection } from "astro:content"
|
||||
import ProjectGrid from "./ProjectGrid.astro"
|
||||
import { type CollectionEntry } from "astro:content"
|
||||
|
||||
interface Props {
|
||||
projects: CollectionEntry<"projects">[]
|
||||
}
|
||||
|
||||
const { projects } = Astro.props
|
||||
const projects = await getCollection("projects")
|
||||
---
|
||||
|
||||
<ProjectGrid projects={projects} />
|
||||
|
Reference in New Issue
Block a user