Skip to content

Commit

Permalink
fix?: rename next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Feb 19, 2024
1 parent be6f7b5 commit 3f38bc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions next.config.mjs → next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
module.exports = {
output: "export"
};

export default nextConfig;

0 comments on commit 3f38bc4

Please sign in to comment.