Simplified the PDF gen quite a bit :)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m37s

This commit is contained in:
2025-12-01 18:16:17 -07:00
parent b87357c175
commit 0998bacd86
11 changed files with 1074 additions and 1126 deletions

View File

@@ -15,7 +15,7 @@ export default function ResumeDownloadButton({
setError(null);
try {
const response = await fetch(`/api/resume/pdf?t=${Date.now()}`);
const response = await fetch(`/api/resume/generate?t=${Date.now()}`);
if (!response.ok) {
throw new Error(