fix: update resume API endpoint for correct routing

This commit is contained in:
2025-12-17 10:44:27 +01:00
parent dc69b8344a
commit bddbdec3e7

View File

@@ -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