Fix 404 export (#5061)

This commit is contained in:
Tim Neutkens 2018-08-30 15:10:18 +02:00 committed by GitHub
parent ead5a8bc3c
commit fbd933bd22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ export default async function (dir, options, configuration) {
} }
if (page === '/_error') { if (page === '/_error') {
defaultPathMap['404'] = { page } defaultPathMap['/404'] = { page }
continue continue
} }