From cedfd182087f8ffc7d41e5d0555ccc5c956b9ba2 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 8 Sep 2022 21:43:32 -0700 Subject: [PATCH] Fix next builds --- web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/next.config.js b/web/next.config.js index 67e6b46f3..143ae1ec5 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -35,5 +35,5 @@ module.exports = withLess({ }, ]; }, - pageExtensions: ['.tsx'], + pageExtensions: ['tsx'], });