mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
fix: update resume API endpoint for correct routing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user