Skip to content

Commit

Permalink
fix: add "UF Open Source Club" to SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jun 22, 2024
1 parent 84294fc commit f820cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/ProjectTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ProjectTemplate : React.FC<ProjectTemplateProps> = ({ data, children }) =>
export default ProjectTemplate
export const Head = (props: { data: any }) => (
<SEO
title={props.data.mdx.frontmatter.title}
title={props.data.mdx.frontmatter.title + " | UF Open Source Club" }
desc={props.data.mdx.frontmatter.description}
/>
)
Expand Down

0 comments on commit f820cbe

Please sign in to comment.