Skip to content

Commit

Permalink
feat: add new OG image
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritanand committed Nov 13, 2023
1 parent 873a4f0 commit 612e037
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/ama/[roomId]/AmaApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { useEffect, useState } from "react";
import type { message } from "types";
import { Avatar } from "ui";
import type { SelectRooms, SelectUsers } from "../../../db/schema";
import handleRecMessage from "../../utils/ws/handleRecMessage";
import handleRecUpvote from "../../utils/ws/handleRecUpvote";
import handleRecMessage from "../../../utils/ws/handleRecMessage";
import handleRecUpvote from "../../../utils/ws/handleRecUpvote";
import SendMessage from "./SendMessage";
import { Messages } from "./messages";

Expand Down
1 change: 1 addition & 0 deletions apps/web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const metadata: Metadata = {
description:
"upup is an AMA app with upvotes for live streamers of any kind. it allows you to answer the top upvoted questions from your audience.",
url: "https://upupapp.xyz",
images: ["https://i.postimg.cc/YC2fWZJX/opengraph-image.png"],
},
};

Expand Down
Binary file removed apps/web/app/opengraph-image.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 612e037

Please sign in to comment.