Skip to content

Commit

Permalink
fix: og image
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 28, 2023
1 parent b3e948c commit 62d6de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/og.png/route.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type NextRequest, ImageResponse } from 'next/server';
import { ImageResponse } from 'next/og';
import type { NextRequest } from 'next/server';
import shipIcons from '@/lib/data/ship-icons.json';
import { getShipName } from '@/lib/get-value';

// Config
// ---------------
Expand Down

0 comments on commit 62d6de5

Please sign in to comment.