update resume

This commit is contained in:
2025-04-12 17:32:05 +02:00
parent 7d3a91622d
commit 8065fb4e2e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {marked} from "marked";
const title = 'Resume';
const description = 'Something for potential employers to look at.';
const permalink = Astro?.site?.href + 'resume' ?? '/resume';
const permalink = `${Astro?.site?.href}resume`;
const resumeFiles = import.meta.glob('../../public/resume.md', { query: "?raw"});
let resumeContent = '';