Skip to content

Commit

Permalink
replace old links & update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Nov 11, 2021
1 parent c600bf8 commit 4bfe698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
description: `Deliciously wrapped finance!`,
author: `@baofinance`,
menulinks: menu,
siteUrl: `https://cryptodadgang.xyz`,
siteUrl: `https://bao.finance`,
repository: `https://github.com/baofinance/bao-landing`,
commit: process.env.NOW_GITHUB_COMMIT_SHA || `master`
},
Expand All @@ -21,7 +21,7 @@ module.exports = {
{
resolve: `gatsby-plugin-canonical-urls`,
options: {
siteUrl: `https://cryptodadgang.xyz`
siteUrl: `https://bao.finance`
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const IndexPage = props => {
<SEO
title="Home"
path={props.location.pathname}
description={'Like SNX and Aave, but use LP tokens for collateral.'}
description={'Deliciously wrapped finance!'}
/>
<StyledLeft>
<StyledLeftTitle>
Expand Down

0 comments on commit 4bfe698

Please sign in to comment.