Skip to content

Commit

Permalink
Change description and title website
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Apr 21, 2023
1 parent cad5662 commit 713529f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TwitterSvg =
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'GO Feature Flag',
tagline: 'Ship Faster, Reduce Risk, and Build Scale.',
tagline: 'GO Feature Flag is a simple, complete and lightweight feature flag solution 100% Open Source.',
url: 'https://gofeatureflag.org',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}`}
description="A simple and complete Open Source feature flag solution, super easy to install.">
title="A Simple Open Source Feature Flag Solution"
description={`${siteConfig.tagline}`}>
<HomeHeader />
<Whatis />
<Features />
Expand Down

0 comments on commit 713529f

Please sign in to comment.