refactor: Migrate CV/resume PDFs to external hosting and update Next.js build configuration.

This commit is contained in:
2025-12-01 01:01:43 -05:00
parent 4f1493d7be
commit 86c9bde23e
7 changed files with 29 additions and 12 deletions

View File

@@ -521,10 +521,7 @@ export default function CVPage() {
</Tabs>
</div>
{/* Last Updated */}
<div className="animate-fade-in-up-delay-4 text-center text-xs text-muted-foreground">
Last updated: {new Date().toLocaleDateString()}
</div>
</div>
);
}