Skip to content

Commit

Permalink
re-adding openGraph stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclombardssw committed Nov 7, 2024
1 parent ac02171 commit 354c34b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pages/docs/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ function _DocTemplate(props) {
title={title}
titleTemplate={'%s | TinaCMS Docs'}
description={description}
openGraph={{
title: title,
description: description,
images: [openGraphImage(doc_data.title, '| TinaCMS Docs')],
}}
/>
<DocsLayout navItems={props.navDocData.data}>
<DocsGrid>
Expand Down
2 changes: 1 addition & 1 deletion tina/customTinaFormFields/textInputWithCount.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//ripped our from SSW's Website 😳
//ripped out from SSW's Website 😳

import React from "react";
import { wrapFieldsWithMeta } from "tinacms";
Expand Down

0 comments on commit 354c34b

Please sign in to comment.