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;