mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix: redirect /curriculum-vitae.html to /curriculum-vitae
				
					
				
			This commit is contained in:
		| @@ -11,7 +11,7 @@ export const ProfileDescriptionBottom: React.FC = () => { | ||||
|           <br /> | ||||
|           <br /> | ||||
|           <a | ||||
|             href='/curriculum-vitae.html' | ||||
|             href='/curriculum-vitae' | ||||
|             className='text-yellow hover:underline dark:text-yellow-dark' | ||||
|           > | ||||
|             Curriculum vitæ | ||||
|   | ||||
| @@ -1,5 +1,7 @@ | ||||
| { | ||||
|   "$schema": "https://openapi.vercel.sh/vercel.json", | ||||
|   "github": { | ||||
|     "enabled": false | ||||
|   } | ||||
|   }, | ||||
|   "cleanUrls": true | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user