Skip to content

Commit

Permalink
Enable pages/404.js support (#10572)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 18, 2020
1 parent c71fcbe commit 3a1aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/next-server/server/config.ts
Expand Up @@ -53,7 +53,7 @@ const defaultConfig: { [key: string]: any } = {
workerThreads: false,
basePath: '',
static404: true,
pages404: false,
pages404: true,
},
future: {
excludeDefaultMomentLocales: false,
Expand Down

0 comments on commit 3a1aa55

Please sign in to comment.