🚑 Fix build error
All checks were successful
Build and deploy website / build (push) Successful in 32s

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
Martin Berg Alstad 2025-02-15 19:31:44 +01:00
parent 54db411930
commit ff2f65bf59
Signed by: martials
GPG Key ID: 706F53DD087A91DE
2 changed files with 2 additions and 10 deletions

View File

@ -7,11 +7,7 @@ import "@/styles/global.css"
export const prerender = true
export function getStaticPaths(): GetStaticPathsResult {
return [
{ params: { project: "hvl-ics-simplifier" } },
{ params: { project: "homepage" } },
{ params: { project: "simplify-truths" } },
]
return [{ params: { project: "homepage" } }]
}
const { project } = Astro.params

View File

@ -7,11 +7,7 @@ import "@/styles/global.css"
export const prerender = true
export function getStaticPaths(): GetStaticPathsResult {
return [
{ params: { project: "hvl-ics-simplifier" } },
{ params: { project: "homepage" } },
{ params: { project: "simplify-truths" } },
]
return [{ params: { project: "homepage" } }]
}
const { project } = Astro.params