feat: implement dynamic resume links and add English and Turkish resume PDFs

This commit is contained in:
Poyraz
2026-06-30 12:53:42 +03:00
parent f41728564b
commit eaac0f977e
5 changed files with 9 additions and 4 deletions
+4
View File
@@ -101,6 +101,10 @@ export const TOP_ICON_LINKS = [
},
] as const;
export function getResumeHref(locale: string) {
return `/${locale === "en" ? "en" : "tr"}/resume.pdf`;
}
export type LinkDirectoryCategory = "navigation" | "social" | "resources";
export type LinkDirectoryItem = {