Skip to content

Commit

Permalink
Fix OG image
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Jan 28, 2025
1 parent 69b83ad commit 0f53c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import LocalDevelopment from "./new-homepage/LocalDevelopment";
import SocialProof from "./new-homepage/SocialProof";
import Community from "./new-homepage/Community";
import { FullWidthCTA } from "src/components/FullWidthCTA";
import { generateMetadata } from "src/utils/social";
import { generateMetadata, getFullURL } from "src/utils/social";

export const metadata: Metadata = generateMetadata({
title: "Queuing and orchestration for modern software teams",
description:
"Inngest's durable functions replace queues, state management, and scheduling to enable any developer to write reliable, multi-step code faster without touching infrastructure.",
image: "/assets/launch-week/2/open-graph.png?v=2",
image: "/assets/homepage/open-graph.png",
});

export default function Page() {
Expand Down

0 comments on commit 0f53c58

Please sign in to comment.