Skip to content

Commit

Permalink
Merge pull request #9 from italoh623/develop
Browse files Browse the repository at this point in the history
Adicionando arquivo next.config.mjs
italoh623 authored Mar 4, 2024
2 parents 8679a82 + b4856be commit 43c3387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js → next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
output: "export",
};

export default nextConfig;

0 comments on commit 43c3387

Please sign in to comment.