pageExtensions
Extend the default page extensions used by Next.js when resolving pages in the Pages Router.
By default, Next.js accepts files with the following extensions: .tsx
, .ts
, .jsx
, .js
. This can be modified to allow other extensions like markdown (.md
, .mdx
).