major: statically-generated resume with Vike

This commit is contained in:
Avraham Sakal
2025-08-24 15:13:02 -04:00
parent 0d820466d0
commit 3b47596a57
21 changed files with 6108 additions and 394 deletions
+7
View File
@@ -0,0 +1,7 @@
import * as resumeData from "../../database/resume.js";
export default function data() {
return resumeData;
}
export type Data = ReturnType<typeof data>;