next.js/test/integration/image-optimizer/app/pages/api/wrong-header.svg.js
wrong-header.svg.js7 lines226 B
export default function handler(_req, res) {
  res.setHeader('Content-Type', 'image/png')
  res.end(
    `<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="60" height="60"><text x="20" y="30">hi</text></svg>`
  )
}
Quest for Codev2.0.0
/
SIGN IN