From b4856be6cdab7ac343d4dbe4a6ceeb3bd670dc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Henrique?= Date: Sun, 3 Mar 2024 22:07:56 -0300 Subject: [PATCH] Adicionando arquivo next.config.mjs --- next.config.js => next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename next.config.js => next.config.mjs (82%) diff --git a/next.config.js b/next.config.mjs similarity index 82% rename from next.config.js rename to next.config.mjs index bf221d3..4350313 100644 --- a/next.config.js +++ b/next.config.mjs @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', + output: "export", }; export default nextConfig;