From 252cf4f5becc9042087a7d3e072180eebe52cbf8 Mon Sep 17 00:00:00 2001 From: Gabriel372 Date: Fri, 26 Apr 2024 14:36:41 -0300 Subject: [PATCH] update --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 66eb495..70d78d3 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: "export", + // output: "export", reactStrictMode: true, };