Skip to content

Commit

Permalink
Merge pull request #39 from tobyrushton/main
Browse files Browse the repository at this point in the history
release v1.2.2
  • Loading branch information
tobyrushton authored Mar 21, 2024
2 parents 7296346 + 5c87dd0 commit 1c3d626
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/app/game/[id]/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { ImageResponse } from 'next/og'
import { serverClient } from '@/app/_trpc/serverClient'
import { GamePageProps } from './page'

export const runtime = 'edge'

export const alt = 'Game Image'

export const size = {
Expand Down
2 changes: 0 additions & 2 deletions src/app/player/[id]/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { ImageResponse } from 'next/og'
import { serverClient } from '@/app/_trpc/serverClient'
import { PlayerPageProps } from './page'

export const runtime = 'edge'

export const alt = 'Player Image'

export const size = {
Expand Down
2 changes: 0 additions & 2 deletions src/app/team/[id]/opengraph-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { ImageResponse } from 'next/og'
import { serverClient } from '@/app/_trpc/serverClient'
import { TeamPageProps } from './page'

export const runtime = 'edge'

export const alt = 'Team Logo'
export const size = {
width: 256,
Expand Down

0 comments on commit 1c3d626

Please sign in to comment.