diff --git a/components/Profile/ProfileDescriptionBottom.tsx b/components/Profile/ProfileDescriptionBottom.tsx index d075beb..9886b4b 100644 --- a/components/Profile/ProfileDescriptionBottom.tsx +++ b/components/Profile/ProfileDescriptionBottom.tsx @@ -11,7 +11,7 @@ export const ProfileDescriptionBottom: React.FC = () => {

Curriculum vitæ diff --git a/vercel.json b/vercel.json index 80e5724..c5a2999 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,7 @@ { + "$schema": "https://openapi.vercel.sh/vercel.json", "github": { "enabled": false - } + }, + "cleanUrls": true }