Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
chore: adding extra previews
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 9, 2023
1 parent 89d675f commit 9267bc0
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ interface MyAppProps extends AppProps {
emotionCache?: EmotionCache;
}

// const walletProviders = initializeProviders([
// // PROVIDER_ID.MYALGO,
// PROVIDER_ID.PERA,
// PROVIDER_ID.EXODUS,
// PROVIDER_ID.DEFLY,
// PROVIDER_ID.DAFFI,
// // PROVIDER_ID.WALLETCONNECT,
// // PROVIDER_ID.ALGOSIGNER,
// ]);

export default function MyApp(props: MyAppProps) {
const { Component, emotionCache = clientSideEmotionCache, pageProps } = props;
const walletProviders = useInitializeProviders({
Expand Down Expand Up @@ -89,6 +79,24 @@ export default function MyApp(props: MyAppProps) {
/>
<title>AlgoWorld Swapper</title>

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@algoworld_nft" />
<meta name="twitter:title" content="AlgoWorld Swapper" />
<meta
name="twitter:description"
content="⚡️ Free and trustless ASA swapper, powered by Algorand"
/>
<meta name="twitter:image" content="https://imgur.com/Sv4A6cq.png" />

<meta property="og:title" content="AlgoWorld Swapper" />
<meta
property="og:description"
content="⚡️ Free and trustless ASA swapper, powered by Algorand"
/>
<meta property="og:image" content="https://imgur.com/Sv4A6cq.png" />
<meta property="og:url" content="https://swapper.algoworld.io" />
<meta property="og:type" content="website" />

<link rel="shortcut icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
</Head>
Expand Down

1 comment on commit 9267bc0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for algoworld-swapper ready!

✅ Preview
https://algoworld-swapper-prntdiyff-algoworldexplorer.vercel.app

Built with commit 9267bc0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.