Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 400 Bytes

doc-crossorigin-deprecated.mdx

File metadata and controls

21 lines (14 loc) · 400 Bytes
title
`Head` or `NextScript` attribute `crossOrigin` is deprecated

Why This Error Occurred

This option has been moved to next.config.js.

Possible Ways to Fix It

Add the config option:

module.exports = {
  crossOrigin: 'anonymous',
}

Useful Links