Back to Next Js

`Head` or `NextScript` attribute `crossOrigin` is deprecated

errors/doc-crossorigin-deprecated.mdx

16.2.5320 B
Original Source

Why This Error Occurred

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

Possible Ways to Fix It

Add the config option:

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