Skip to content

Commit

Permalink
chore: temporary build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jun 17, 2024
1 parent bfc0f40 commit 824d069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dapp/src/app/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const size = {
height: 630,
};
export const contentType = 'image/png';
export const revalidate = 86400; // Cache for 1 day
export const revalidate = 0; // Cache for 1 day

export default async function Image() {
const fontRegular = await readFile('public/fonts/Inter-Regular.ttf');
Expand All @@ -29,7 +29,7 @@ export default async function Image() {
background: 'white',
}}
>
<img
{/* <img
style={{
position: 'absolute',
top: -190,
Expand All @@ -45,7 +45,7 @@ export default async function Image() {
alt="EES Logo with text"
width={768}
src={`${APP_URL}/endorse.png`}
/>
/> */}
<div
style={{
fontSize: '32px',
Expand Down

0 comments on commit 824d069

Please sign in to comment.