Skip to content

Commit

Permalink
fix title (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki authored Jan 2, 2024
1 parent a50f533 commit c519e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documentation/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const config: DocsThemeConfig = {

if (asPath !== '/') {
return {
titleTemplate: '%s – SWR',
titleTemplate: '%s – Commonality',
};
}
},
Expand Down

0 comments on commit c519e74

Please sign in to comment.