mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-12-08 00:44:30 +01:00
fix: redirect /curriculum-vitae.html
to /curriculum-vitae
This commit is contained in:
parent
b5f3552c07
commit
896b6051e8
@ -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æ
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
"github": {
|
"github": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
},
|
||||||
|
"cleanUrls": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user