Skip to content

Commit

Permalink
add lp icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PBillingsby committed Dec 18, 2024
1 parent 1cb208f commit b84f2e1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/website/public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://lilypad.tech/about-us</loc><lastmod>2024-12-18T20:47:52.732Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech/team</loc><lastmod>2024-12-18T20:47:52.739Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech</loc><lastmod>2024-12-18T20:47:52.739Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech/about-us</loc><lastmod>2024-12-18T20:49:38.785Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech/team</loc><lastmod>2024-12-18T20:49:38.786Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://lilypad.tech</loc><lastmod>2024-12-18T20:49:38.786Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
1 change: 0 additions & 1 deletion apps/website/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://lilypad.tech/sitemap-0.xml</loc></sitemap>
</sitemapindex>
2 changes: 2 additions & 0 deletions apps/website/src/app/about-us/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export default function Teams() {
content="width=device-width, initial-scale=1"
/>
<link rel="canonical" href="/" />
<link rel="icon" href="/lilypad-icon.svg" />

<meta
property="og:title"
content="The Lilypad Network - Revolutionizing Decentralized Computing"
Expand Down
3 changes: 3 additions & 0 deletions apps/website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export const metadata: Metadata = {
title: "Lilypad Network",
description:
"Lilypad Network: Experience the Power of Decentralized Computing",
icons: {
icon: "/lilypad-icon.svg", // Path to the favicon
},
};

export default function RootLayout({
Expand Down
2 changes: 2 additions & 0 deletions apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ export default function Home() {
content="width=device-width, initial-scale=1"
/>
<link rel="canonical" href="/" />
<link rel="icon" href="/lilypad-icon.svg" />

<meta
property="og:title"
content="The Lilypad Network - Revolutionizing Decentralized Computing"
Expand Down
1 change: 1 addition & 0 deletions apps/website/src/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function Teams() {
content="width=device-width, initial-scale=1"
/>
<link rel="canonical" href="/" />
<link rel="icon" href="/lilypad-icon.svg" />
<meta
property="og:title"
content="The Lilypad Network - Revolutionizing Decentralized Computing"
Expand Down

0 comments on commit b84f2e1

Please sign in to comment.