rsnext/errors/doc-crossorigin-deprecated.md
2020-05-27 17:51:11 -04:00

382 B

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:

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