Skip to content

Commit

Permalink
fix: fonts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Nov 8, 2024
1 parent 3eaa013 commit 6394b01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions pages/api/social-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ import {
} from 'notion-utils'

import * as libConfig from '@/lib/config'
import interRegularFont from '@/lib/fonts/inter-regular'
import interSemiBoldFont from '@/lib/fonts/inter-semibold'
import { mapImageUrl } from '@/lib/map-image-url'
import { notion } from '@/lib/notion-api'
import { type NotionPageInfo, type PageError } from '@/lib/types'

import interRegularFont from '../fonts/inter-regular'
import interSemiBoldFont from '../fonts/inter-semibold'

export const runtime = 'edge'

export default async function OGImage(
Expand Down

0 comments on commit 6394b01

Please sign in to comment.