next.js/test/integration/custom-page-extension/next.config.js
next.config.js6 lines236 B
module.exports = (phase, { defaultConfig }) => ({
  // Append the custom extension to the default page extensions, to ensure that matching precedence
  // is by length.
  pageExtensions: [...defaultConfig.pageExtensions, 'page.js'],
})
Quest for Codev2.0.0
/
SIGN IN