This commit is contained in:
Travis Fischer
2022-10-15 18:03:52 -04:00
parent 44026d9766
commit 3a229e357c
19 changed files with 56 additions and 54 deletions

View File

@@ -3,8 +3,8 @@ import { NextRequest } from 'next/server'
import { ImageResponse } from '@vercel/og'
import { api, apiHost } from 'lib/config'
import { NotionPageInfo } from 'lib/types'
import { api, apiHost } from '@/lib/config'
import { NotionPageInfo } from '@/lib/types'
const interRegularFontP = fetch(
new URL('../../public/fonts/Inter-Regular.ttf', import.meta.url)