mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +01:00 
			
		
		
		
	chore: update
This commit is contained in:
		| @@ -1,9 +1,9 @@ | ||||
| import React from "react"; | ||||
| import Helmet from "react-helmet"; | ||||
|  | ||||
| import { useSiteMetadata } from "@/hooks"; | ||||
| import { CookieBar } from "../Cookiebar/CookieBar"; | ||||
| import * as styles from "./Layout.module.scss"; | ||||
| import { useSiteMetadata } from "@/hooks"; | ||||
|  | ||||
| interface Props { | ||||
|   title: string; | ||||
| @@ -20,7 +20,6 @@ const Layout: React.FC<Props> = ({ | ||||
|   description, | ||||
|   socialImage = "", | ||||
|   noIndex = false, | ||||
|   slug, | ||||
| }: Props) => { | ||||
|   const { author, url } = useSiteMetadata(); | ||||
|   const metaImage = socialImage || author.photo; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user