Skip to content

Commit

Permalink
CArds
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Feb 10, 2024
1 parent c8ea772 commit 79fb3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/SiteMetadata/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useLocation } from '@docusaurus/router';

export default function SiteMetadataWrapper(props) {

const image = '/img/generated/single'+ useLocation().pathname + ".png"
const image = '/img/generated/titles'+ useLocation().pathname + ".png"
return (
<>
<SiteMetadata {...props} />
Expand Down

0 comments on commit 79fb3f7

Please sign in to comment.