Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
taolagiakaka authored Mar 25, 2024
1 parent 6d4fb98 commit 1ca2f70
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: {
path: "export",
},
reactStrictMode: true,
};
const nextConfig = {};
export default nextConfig;

0 comments on commit 1ca2f70

Please sign in to comment.