1
0
Fork 0
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:
Kosuke Yoshimura 2018-11-01 19:39:50 +09:00 committed by Tim Neutkens
parent e8a9472bcd
commit 2728dbe633

View file

@ -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