Archived
more open graph
This commit is contained in:
@@ -39,7 +39,7 @@ const Meta: React.FC<MetaProps> = ({
|
||||
<meta property="og:description" content={description} />
|
||||
<meta property="og:image" content={image} />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:logo" content="" />
|
||||
<meta property="og:logo" content="/favicon.ico" />
|
||||
|
||||
{/* Twitter */}
|
||||
<meta property="twitter:card" content="summary" />
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ const Home: React.FC<HomeProps> = ({ posts, recentPosts, tags }) => {
|
||||
keywords="reformed theology, doctrines of grace, christianity, calvinism, theology"
|
||||
image="public/favicon.ico"
|
||||
url="https://www.confessionsofgrace.com/"
|
||||
type="homepage"
|
||||
type="website"
|
||||
/>
|
||||
<div className="flex flex-col md:flex-row gap-8">
|
||||
<main className="md:w-2/3">
|
||||
|
||||
Reference in New Issue
Block a user