From 896b6051e8bd0519ac95ecd37ebf6ed5751d86d6 Mon Sep 17 00:00:00 2001 From: Divlo Date: Wed, 23 Feb 2022 19:31:18 +0100 Subject: [PATCH] fix: redirect `/curriculum-vitae.html` to `/curriculum-vitae` --- components/Profile/ProfileDescriptionBottom.tsx | 2 +- vercel.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 }