/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
errors/doc-crossorigin-deprecated.mdx
21 строка
400 B
Delba de Oliveira
docs: Migrate error messages to MDX and App Router. (#52038)
05 июл 2023, 16:11
Не верифицирован
05 июл 2023, 16:11
44d1a1c
Код
Авторство
О чём код?
--- 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: ```js filename="next.config.js" module.exports = { crossOrigin: 'anonymous', } ``` ## Useful Links - [The issue this was reported in: #5674](https://github.com/vercel/next.js/issues/5674)