next.js/test/integration/edge-runtime-configurable-guards/middleware.js
middleware.js11 lines165 B
import { NextResponse } from 'next/server'

// populated with tests
export default () => {
  return NextResponse.next()
}

export const config = {
  matcher: '/',
}
Quest for Codev2.0.0
/
SIGN IN