From 913fa55b590b7fce93336a66eeb91fad46a2601e Mon Sep 17 00:00:00 2001 From: deba33 Date: Tue, 14 May 2024 23:48:10 +0530 Subject: [PATCH 1/2] removed `output: 'export',` for dev --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index dc29843..7e9f266 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', + // output: 'export', // only needed for firebase hosting }; module.exports = nextConfig; From 934c1b775efcdfcf7d60a92ca369cf7773277598 Mon Sep 17 00:00:00 2001 From: deba33 Date: Wed, 15 May 2024 00:09:39 +0530 Subject: [PATCH 2/2] updating gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c70d2e..6100afd 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ yarn-error.log* next-env.d.ts /.firebase/ +git_merge_safe.bat