Skip to content

Commit

Permalink
fix: nextjs workflow fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
selsayed25 committed Feb 24, 2024
1 parent 3f6932b commit ec76b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs → next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const nextConfig = {
output: 'export',
};

export default nextConfig;
module.exports = nextConfig;

0 comments on commit ec76b97

Please sign in to comment.