Skip to content

Commit

Permalink
Merge pull request #5 from roqqetmedia/develop
Browse files Browse the repository at this point in the history
Production v1.0.1
  • Loading branch information
alipiry authored Aug 7, 2023
2 parents 4bf5471 + 838ed04 commit aae81b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const metadata = {
siteName: "Roqqet Media",
images: [
{
url: "/og.png",
url: "/images/og.png",
width: 2800,
height: 1600,
alt: "Roqqet Media",
Expand All @@ -40,7 +40,7 @@ export const metadata = {
title: "Roqqet Media",
description: "NextJS starter template",
site: "@roqqetmedia",
images: ["/og.png"],
images: ["/images/og.png"],
},
robots: {
index: APP_ENV === "production",
Expand Down

1 comment on commit aae81b4

@vercel
Copy link

@vercel vercel bot commented on aae81b4 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.