next.js/test/integration/image-optimizer/app/pages/api/no-header.js
no-header.js6 lines175 B
export default function handler(_req, res) {
  // Intentionally missing Content-Type header so that
  // the fallback is not served when optimization fails
  res.end('foo')
}
Quest for Codev2.0.0
/
SIGN IN