From 5efae5ccb10a72f9c8b7c5e3649826571b3f9472 Mon Sep 17 00:00:00 2001 From: anthony Date: Sat, 27 Jul 2024 19:39:53 +0000 Subject: [PATCH] remove `pageExtensions` from `next.config.mjs1 --- next.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 04e6e2a..ff844a0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,9 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - pageExtensions: [ - 'page.tsx', - ], publicRuntimeConfig: { jsonResumeUrl: process.env.NEXT_PUBLIC_JSON_RESUME_URL },