From e69fe54b839efe126b6401fe4a0bcfdcaa34b965 Mon Sep 17 00:00:00 2001 From: Quinta <0pietroquintavalle0@gmail.com> Date: Thu, 22 Aug 2024 03:01:17 +0200 Subject: [PATCH] lets try again --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 4e75db1..19f9835 100644 --- a/next.config.js +++ b/next.config.js @@ -26,9 +26,6 @@ const nextConfig = { NEXT_PUBLIC_FIREBASE_APP_ID: process.env.NEXT_PUBLIC_FIREBASE_APP_ID, NEXT_PUBLIC_FIREBASE_DATABASE_URL: process.env.NEXT_PUBLIC_FIREBASE_DATABASE_URL, }, - // Add this section to treat all pages as static at build time - experimental: { - }, } module.exports = nextConfig