Skip to content

Commit

Permalink
fix: remove edge from OG Image, because it is too much MB?
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 28, 2023
1 parent 62d6de5 commit 1c1f7bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/api/og.png/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import { ImageResponse } from 'next/og';
import type { NextRequest } from 'next/server';
import shipIcons from '@/lib/data/ship-icons.json';

// Config
// ---------------
export const runtime = 'edge';

// Logo
// ---------------
const Logo = ({ size }: { size: string }) => (
Expand Down

1 comment on commit 1c1f7bc

@vercel
Copy link

@vercel vercel bot commented on 1c1f7bc Oct 28, 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.