Skip to content

Commit

Permalink
tweak seo
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Jun 10, 2024
1 parent ac5a101 commit 18d8c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,20 @@ const config: DocsThemeConfig = {
titleTemplate:
"reaviz \u2013 Open Source ReactJS Component Library",
description:
"Beautifully designed, highly customizable, Open Source React components based on Tailwind and Framer Motion.",
"Beautifully designed, highly customizable, Open Source React Data Visualization Library"
};
}

return {
titleTemplate: "%s \u2013 reaviz",
description:
"Beautifully designed, highly customizable, Open Source React components based on Tailwind and Framer Motion.",
"Beautifully designed, highly customizable, Open Source React Data Visualization Library",
};
} else {
return {
titleTemplate: "reaviz \u2013 Open Source ReactJS Component Library",
description:
"Beautifully designed, highly customizable, Open Source React components based on Tailwind and Framer Motion.",
"Beautifully designed, highly customizable, Open Source React Data Visualization Library",
};
}
},
Expand Down

0 comments on commit 18d8c4e

Please sign in to comment.