export default async function (req, res, next) { if (process.env.VIEW_MODE) { throw new Error("Can't publish in view mode."); } }