Several changes :)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m16s

This commit is contained in:
2025-07-18 17:50:51 -06:00
parent e656c5e407
commit e2afd3f414
4 changed files with 14 additions and 28 deletions

View File

@@ -52,11 +52,6 @@ export interface NavigationItem {
export interface ResumeConfig {
tomlFile: string; // Can be a file path or raw TOML content
pdfFile: {
path: string;
filename: string;
displayText: string;
};
layout?: {
leftColumn?: string[];
rightColumn?: string[];