Skip to content

Commit

Permalink
Merge pull request #10 from LowEntropyBody/yang/twitter-catch
Browse files Browse the repository at this point in the history
Add twitter pixel
  • Loading branch information
TonyCode2012 authored Nov 28, 2023
2 parents afd8772 + 5a85378 commit 163e7ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ export default function App({ Component, pageProps }: AppProps) {
content={`OneLand provides in-depth market & metaverse project data, a land-NFT marketplace and decentralised land financing.`}
property="og:description"
/> */}
<script>
!function(e,t,n,s,u,a){e.twq || (s = e.twq = function () {
s.exe ? s.exe.apply(s, arguments) : s.queue.push(arguments);
}, s.version = '1.1', s.queue = [], u = t.createElement(n), u.async = !0, u.src = 'https://static.ads-twitter.com/uwt.js',
a = t.getElementsByTagName(n)[0], a.parentNode.insertBefore(u, a))}(window,document,'script');
twq('config','oh0rh');
</script>
<title>{"Crust Cloud"}</title>
</Head>
<WagmiConfig client={client}>
Expand Down

0 comments on commit 163e7ba

Please sign in to comment.