mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-28 07:17:26 +01:00 
			
		
		
		
	fix: several fixes to improve ahrefs site score
This commit is contained in:
		| @@ -9,7 +9,7 @@ const Author = () => { | ||||
|     <div className={styles.author}> | ||||
|       <p className={styles.bio}> | ||||
|         Written by:{" "} | ||||
|         <a href="/pages/about"> | ||||
|         <a href="/pages/about/"> | ||||
|           <strong>{author.name}</strong> | ||||
|         </a> | ||||
|         {typeof window !== "undefined" ? ( | ||||
|   | ||||
| @@ -6,7 +6,7 @@ exports[`Author renders correctly 1`] = ` | ||||
|     Written by: | ||||
|       | ||||
|     <a | ||||
|       href="/pages/about" | ||||
|       href="/pages/about/" | ||||
|     > | ||||
|       <strong> | ||||
|         Rick van Lieshout | ||||
|   | ||||
| @@ -165,7 +165,7 @@ exports[`Post renders correctly 1`] = ` | ||||
|         Written by: | ||||
|           | ||||
|         <a | ||||
|           href="/pages/about" | ||||
|           href="/pages/about/" | ||||
|         > | ||||
|           <strong> | ||||
|             Rick van Lieshout | ||||
|   | ||||
		Reference in New Issue
	
	Block a user