1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-09 17:45:53 +02:00

fix: redirect /curriculum-vitae.html to /curriculum-vitae

This commit is contained in:
Divlo 2022-02-23 19:31:18 +01:00
parent b5f3552c07
commit 896b6051e8
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export const ProfileDescriptionBottom: React.FC = () => {
<br /> <br />
<br /> <br />
<a <a
href='/curriculum-vitae.html' href='/curriculum-vitae'
className='text-yellow hover:underline dark:text-yellow-dark' className='text-yellow hover:underline dark:text-yellow-dark'
> >
Curriculum vitæ Curriculum vitæ

View File

@ -1,5 +1,7 @@
{ {
"$schema": "https://openapi.vercel.sh/vercel.json",
"github": { "github": {
"enabled": false "enabled": false
} },
"cleanUrls": true
} }