Skip to content

Commit

Permalink
chore: fix website title/description
Browse files Browse the repository at this point in the history
  • Loading branch information
Grsmto committed Oct 5, 2019
1 parent 4dc06f9 commit 2f06494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/website/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
siteMetadata: {
title: `Gatsby Default Starter`,
description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`,
author: `@gatsbyjs`,
title: `SimpleBar · Custom scrollbars made simple.`,
description: `SimpleBar does only one thing: replace the browser's default scrollbar with a custom CSS-styled one without losing performances. For React, Vue, Angular or VanillaJS!`,
author: `@adriendenat`,
},
plugins: [
`gatsby-plugin-react-helmet`,

0 comments on commit 2f06494

Please sign in to comment.