Skip to content

Commit

Permalink
fix: gatsby config fix
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 19, 2023
1 parent 8a4f724 commit b0ba055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/
module.exports = {
siteMetadata: {
title: `Sistent Design System | Layer5`,
siteUrl: `https://design.layer5.io`
title: "Sistent Design System | Layer5",
siteUrl: "https://design.layer5.io",
},
plugins: ["gatsby-plugin-postcss"]
};

0 comments on commit b0ba055

Please sign in to comment.