File size: 95 Bytes
1e92f2d | 1 2 3 4 5 6 | const nextConfig = {
pageExtensions: ['page.jsx', 'page.js'],
}
module.exports = nextConfig
|
1e92f2d | 1 2 3 4 5 6 | const nextConfig = {
pageExtensions: ['page.jsx', 'page.js'],
}
module.exports = nextConfig
|