Skip to content

Commit

Permalink
Change page title to 'Convex Blog'
Browse files Browse the repository at this point in the history
  • Loading branch information
vakila committed Oct 9, 2024
1 parent 8c3113c commit b98179c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function PageTitle({ title, tagline }:

const location = useLocation;
useEffect(() => {
document.title = `Convex CMS${title ? ` | ${title}` : ''}`;
document.title = `Convex Blog${title ? ` | ${title}` : ''}`;
}, [location, title])

return (<div className="flex flex-col gap-2">
Expand Down

0 comments on commit b98179c

Please sign in to comment.