fix: 🐛 Disable font optimization temporarly
https://github.com/vercel/next.js/issues/24781
This commit is contained in:
@ -18,13 +18,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
const customDomains = await prisma.customDomain.delete({
|
||||
where: { name: domain },
|
||||
})
|
||||
console.log(
|
||||
{
|
||||
name: domain,
|
||||
workspace: { id: workspaceId },
|
||||
},
|
||||
{ some: { userId: user.id } }
|
||||
)
|
||||
|
||||
await deleteDomainOnVercel(domain)
|
||||
return res.send({ customDomains })
|
||||
}
|
||||
|
Reference in New Issue
Block a user