From 05a4328af3e6d4249c380b4456bdde8751247ab4 Mon Sep 17 00:00:00 2001 From: Edwin Guzman Date: Thu, 12 Oct 2023 16:28:35 -0400 Subject: [PATCH] Removing line --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 3c771056a..81b20e35d 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,6 @@ const nextConfig = { reactStrictMode: true, basePath: "/research/research-catalog", - // pageExtensions: ["page.tsx", "page.ts", "page.jsx", "page.js"], } module.exports = nextConfig