🚑 Fix build error
All checks were successful
Build and deploy website / build (push) Successful in 32s
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:
parent
54db411930
commit
ff2f65bf59
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user