add pageExtensions config
This commit is contained in:
parent
375e1ab4e5
commit
a794567369
@ -1,6 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js'],
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user