Fix @ alias.
Fix margins on mobile for projects. Moved html code to common component for projects Updated image of me to a far superior one. Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
---
|
||||
import ProjectPage from "../../components/ProjectPage.astro"
|
||||
import ProjectPage from "../../components/projects/ProjectPage.astro"
|
||||
import { type GetStaticPathsResult } from "astro"
|
||||
|
||||
export function getStaticPaths(): GetStaticPathsResult {
|
||||
return [
|
||||
{ params: { project: "hotelservice" } },
|
||||
{ params: { project: "homepage" } },
|
||||
{ params: { project: "homepage" } }
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user