Skip to content

Commit 624ed1d

Browse files
authored
Merge pull request #83 from sparrow-js/feature-landingpage
add plausible
2 parents 09ebd80 + 2322d10 commit 624ed1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Footer = () => {
2424
<div className="flex flex-col justify-center items-center md:items-start gap-2 mb-10 text-sm">
2525
<a className="link link-hover" href="mailto:sparrowwht7@gmail.com">email</a>
2626
<a target="_blank" rel="noopener" className="link link-hover" href="https://twitter.com/haitaowu18">
27-
<svg stroke="currentColor" fill="none" strokeWidth="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="20px" width="20px" xmlns="http://www.w3.org/2000/svg"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>
27+
<svg stroke="currentColor" fill="none" strokeWidth="2" viewBox="0 0 24 24" strokeLinecap="round" strokeLinejoin="round" height="20px" width="20px" xmlns="http://www.w3.org/2000/svg"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>
2828
</a>
2929
</div>
3030
</div>

pages/_document.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export default function Document() {
1616
<meta name="twitter:card" content="summary_large_image" />
1717
<meta name="twitter:title" content="ancodeai - AI-Powered Website Code Creation" />
1818
<meta name="twitter:description" content="Streamline web design with www.ancodeai.com: Convert ideas and images to HTML code instantly using AI, with Tailwind, React, and Vue support." />
19-
<script id="inline-script" dangerouslySetInnerHTML={{ __html: `window.EXCALIDRAW_ASSET_PATH = "/"` }} />
19+
<script id="inline-script" dangerouslySetInnerHTML={{ __html: `window.EXCALIDRAW_ASSET_PATH = "/"` }} />
20+
<script defer data-domain="ancodeai.com" src="https://plausible.io/js/script.js"></script>
2021
</Head>
2122
<body>
2223
<Main />

0 commit comments

Comments
 (0)