Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Jul 10, 2024
1 parent 8e0cdd0 commit a5bd3f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ import PlausibleProvider from 'next-plausible'
// init react-query
export const queryClient = new QueryClient()

const metaTitle = 'Boost!'
const metaTitle = 'Welcome Yield Fan'
const metaDescription =
'Earn boosted yield on JLP, mSOL, JitoSOL, bSOL and USDC. Powered by Mango'
'Earn leveraged yield on JLP and Liquid Staking Tokens. Powered by Mango'

// Do not add hooks to this component, that will cause unnecessary rerenders
// Top level state hydrating/updating should go in MangoProvider
Expand Down Expand Up @@ -101,7 +101,7 @@ function MyApp({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<title>Boost!</title>
<title>Welcome Yield Fan</title>
<link rel="icon" href="/favicon.ico" />
<meta property="og:title" content={metaTitle} />
<meta name="description" content={metaDescription} />
Expand All @@ -116,10 +116,10 @@ function MyApp({ Component, pageProps }: AppProps) {
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content={metaTitle} />
<meta name="twitter:description" content={metaDescription} />
<meta
{/* <meta
name="twitter:image"
content="https://boost.mango.markets/images/1200x675-share.png?345678790"
/>
/> */}
<meta name="google" content="notranslate" />
<link rel="manifest" href="/manifest.json"></link>
</Head>
Expand Down Expand Up @@ -176,7 +176,7 @@ const Telemetry = () => {

return (
<PlausibleProvider
domain="boost.mango.markets"
domain="yield.fan"
customDomain="https://pl.mngo.cloud"
trackLocalhost={true}
selfHosted={true}
Expand Down

0 comments on commit a5bd3f5

Please sign in to comment.