Fix broken variable
All checks were successful
Build and Test / determine_version (push) Successful in 6s
Build and Test / test (push) Successful in 2s
Build and Test / build_and_push (push) Successful in 1m23s

This commit is contained in:
2025-03-23 23:31:42 -07:00
parent 5d56e7eeed
commit d860a03aaa

View File

@@ -6,7 +6,7 @@ export async function getStaticPaths() {
const experiences = await getCollection('experiences');
return experiences.map(experience => ({
params: {id: experience.id},
props: {project: experience},
props: {experience: experience},
}));
}
// 2. For your template, you can get the entry directly from the prop