From bddbdec3e70be76d687150639333ef2455dbc27d Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 17 Dec 2025 10:44:27 +0100 Subject: [PATCH] fix: update resume API endpoint for correct routing --- types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.ts b/types/index.ts index f446445..cd1de7f 100644 --- a/types/index.ts +++ b/types/index.ts @@ -159,7 +159,7 @@ export const navs: readonly Nav[] = [ { label: { en: 'resume', fr: 'cv', es: 'currĂ­culum' }, icon: 'address-book-duotone', - to: 'https://api.arthurdanjou.fr/resumes/en', + to: 'https://api.arthurdanjou.fr/api/resumes/en', target: '_blank', }, ] as const