Skip to content

Commit

Permalink
remove SWR suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Dec 20, 2023
1 parent 3cca648 commit 419b8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: DocsThemeConfig = {
const { asPath } = useRouter();
if (asPath !== "/") {
return {
titleTemplate: "%s – SWR",
titleTemplate: "%s",
};
}
},
Expand Down

0 comments on commit 419b8e4

Please sign in to comment.