mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-06-02 15:11:00 +00:00
fix fathom and prettier
This commit is contained in:
@@ -13,11 +13,9 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
}
|
||||
|
||||
if (!isPreviewImageSupportEnabled) {
|
||||
return res
|
||||
.status(418)
|
||||
.send({
|
||||
error: 'preview image support has been disabled for this deployment'
|
||||
})
|
||||
return res.status(418).send({
|
||||
error: 'preview image support has been disabled for this deployment'
|
||||
})
|
||||
}
|
||||
|
||||
const { url, id } = req.body
|
||||
|
||||
Reference in New Issue
Block a user