next.js/test/integration/image-optimizer/app/pages/api/comma.svg.js
comma.svg.js5 lines173 B
export default function handler(_req, res) {
  res.setHeader('Content-Type', 'image/foo, text/html')
  res.end('body is not svg to force fallback to Content-Type header')
}
Quest for Codev2.0.0
/
SIGN IN