Skip to content

Commit

Permalink
Fixes codeblock language
Browse files Browse the repository at this point in the history
Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
manovotny and ijjk committed Jun 8, 2023
1 parent 394bd4b commit e91ba4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export default async function Image({ params }: { params: { slug: string } }) {
}
```
```tsx filename="app/posts/[slug]/opengraph-image.jsx" switcher
```jsx filename="app/posts/[slug]/opengraph-image.jsx" switcher
import { ImageResponse } from 'next/server'

export const runtime = 'edge'
Expand Down

0 comments on commit e91ba4c

Please sign in to comment.