import { Env, logout } from 'cloudflare-auth'; export const onRequestPost: PagesFunction = async ({ env }) => { return logout(env, '/'); };