Skip to content

Commit

Permalink
seems like we need to do this on the edge or die
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Nov 11, 2024
1 parent a7336a6 commit 2050510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/opengraph-image.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ImageResponse } from 'next/og'
import { themes } from '~/styles/config.mjs'
import AppData from '../package.json'

// export const runtime = 'edge'
export const runtime = 'edge'

// Image metadata
export const alt = AppData.name
Expand Down
2 changes: 1 addition & 1 deletion app/twitter-image.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import AppData from '../package.json'
import Image from './opengraph-image'

// export const runtime = 'edge'
export const runtime = 'edge'

// Image metadata
export const alt = AppData.name
Expand Down

0 comments on commit 2050510

Please sign in to comment.