Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/landing/src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const stars = await getGitHubStars();
<a href="https://github.com/Makisuo/maple" target="_blank" rel="noopener noreferrer" aria-label={m.footer_github()} class="text-fg-muted hover:text-foreground transition-colors">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" /></svg>
</a>
<a href="https://x.com/maple_dev" target="_blank" rel="noopener noreferrer" aria-label={m.footer_twitter()} class="text-fg-muted hover:text-foreground transition-colors">
<a href="https://x.com/Mapledotdev" target="_blank" rel="noopener noreferrer" aria-label={m.footer_twitter()} class="text-fg-muted hover:text-foreground transition-colors">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z" /></svg>
</a>
<a href="https://discord.gg/BnXjKuwJqP" target="_blank" rel="noopener noreferrer" aria-label={m.footer_discord()} class="text-fg-muted hover:text-foreground transition-colors">
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/components/SeoHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const organizationJsonLd = includeOrganization ? {
},
"sameAs": [
"https://github.com/Makisuo/maple",
"https://x.com/maple_dev",
"https://x.com/Mapledotdev",
"https://discord.gg/BnXjKuwJqP",
],
} : null;
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/layouts/DocsLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const absoluteImage = image.startsWith("http") ? image : new URL(image, Astro.si
<meta property="og:image" content={absoluteImage} />
<meta property="og:url" content={canonicalUrl} />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@maple_dev" />
<meta name="twitter:site" content="@Mapledotdev" />
<meta name="twitter:title" content={pageTitle} />
<meta name="twitter:description" content={description} />
<meta name="twitter:image" content={absoluteImage} />
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const absoluteImage = image.startsWith("http")
<meta property="og:image" content={absoluteImage} />
<meta property="og:url" content={canonicalUrl} />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@maple_dev" />
<meta name="twitter:site" content="@Mapledotdev" />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<meta name="twitter:image" content={absoluteImage} />
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/pages/llms.txt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const GET: APIRoute = ({ site }) => {
"## Community",
"",
"- [Discord](https://discord.gg/BnXjKuwJqP)",
"- [X](https://x.com/maple_dev)",
"- [X](https://x.com/Mapledotdev)",
].join("\n")

return plainText(body)
Expand Down
Loading