Resume system overhaul :)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m54s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m54s
This commit is contained in:
@@ -21,6 +21,7 @@ import {
|
||||
} from "lucide-preact";
|
||||
|
||||
import logo from "../assets/logo_real.webp";
|
||||
import resumeToml from "../assets/resume.toml?raw";
|
||||
|
||||
// Astro Icon references
|
||||
const EMAIL_ICON = "mdi:email";
|
||||
@@ -60,7 +61,7 @@ export const homepageSections: HomepageSections = {
|
||||
|
||||
// Resume Configuration
|
||||
export const resumeConfig: ResumeConfig = {
|
||||
tomlFile: "/files/resume.toml",
|
||||
tomlFile: resumeToml,
|
||||
pdfFile: {
|
||||
path: "/files/Atridad_Lahiji_Resume.pdf",
|
||||
filename: "Atridad_Lahiji_Resume.pdf",
|
||||
|
||||
Reference in New Issue
Block a user