mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Edit custom error hundling readme (#5571)
* add description of importing _error.js * fix description of importing _error.js * delete .idea folder
This commit is contained in:
parent
e8a9472bcd
commit
2728dbe633
|
@ -1185,7 +1185,7 @@ export default class Page extends React.Component {
|
|||
}
|
||||
```
|
||||
|
||||
> If you have created a custom error page you have to import your own `_error` component instead of `next/error`
|
||||
> If you have created a custom error page you have to import your own `_error` component from `./_error` instead of `next/error`
|
||||
|
||||
### Custom configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue