mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix 404 export (#5061)
This commit is contained in:
parent
ead5a8bc3c
commit
fbd933bd22
|
@ -33,7 +33,7 @@ export default async function (dir, options, configuration) {
|
|||
}
|
||||
|
||||
if (page === '/_error') {
|
||||
defaultPathMap['404'] = { page }
|
||||
defaultPathMap['/404'] = { page }
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue