mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-06-09 15:11:24 +00:00
fix: preview images
This commit is contained in:
@@ -28,6 +28,7 @@ export async function createPreviewImage(
|
||||
url: string,
|
||||
id: string
|
||||
): Promise<types.PreviewImage> {
|
||||
console.log('createPreviewImage lambda', { url, id })
|
||||
const doc = db.images.doc(id)
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user