Skip to content

Commit

Permalink
Merge branch 'main' into hide-input
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex authored Mar 14, 2024
2 parents f9a4250 + 699fd1f commit 9e0f6a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ import "~~/styles/globals.css";
const baseUrl = process.env.VERCEL_URL
? `https://${process.env.VERCEL_URL}`
: `http://localhost:${process.env.PORT || 3000}`;
const imageUrl = `${baseUrl}/thumbnail.jpg`;
const imageUrl = `${baseUrl}/thumbnail.png`;

export const metadata: Metadata = {
metadataBase: new URL(baseUrl),
title: {
default: "Scaffold-ETH 2 App",
template: "%s | Scaffold-ETH 2",
default: "BuidlGuidl Grants",
template: "%s | BuidlGuidl Grants",
},
description: "Built with 🏗 Scaffold-ETH 2",
description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.",
openGraph: {
title: {
default: "Scaffold-ETH 2 App",
template: "%s | Scaffold-ETH 2",
default: "BuidlGuidl Grants",
template: "%s | BuidlGuidl Grants",
},
description: "Built with 🏗 Scaffold-ETH 2",
description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.",
images: [
{
url: imageUrl,
Expand All @@ -34,10 +34,10 @@ export const metadata: Metadata = {
card: "summary_large_image",
images: [imageUrl],
title: {
default: "Scaffold-ETH 2",
template: "%s | Scaffold-ETH 2",
default: "BuidlGuidl Grants",
template: "%s | BuidlGuidl Grants",
},
description: "Built with 🏗 Scaffold-ETH 2",
description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.",
},
icons: {
icon: [{ url: "/favicon.png", sizes: "32x32", type: "image/png" }],
Expand Down
Binary file removed packages/nextjs/public/thumbnail.jpg
Binary file not shown.
Binary file added packages/nextjs/public/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e0f6a5

Please sign in to comment.