mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-31 04:52:47 -04:00
Fix import
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import {ImageResponse} from '@vercel/og'
|
||||
import {ImageResponseOptions} from '@vercel/og/dist/types'
|
||||
import {ogProps} from 'common/profiles/og-image'
|
||||
import {NextRequest} from 'next/server'
|
||||
import {classToTw} from 'web/components/og/utils'
|
||||
|
||||
type ImageResponseOptions = ConstructorParameters<typeof ImageResponse>[1]
|
||||
|
||||
export const config = {runtime: 'edge'}
|
||||
|
||||
const COMPASS_LOGO =
|
||||
|
||||
Reference in New Issue
Block a user