Skip to content

Commit

Permalink
Git workflow export fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinBarto committed Feb 11, 2024
1 parent 8c2e615 commit a76b473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export'
output: 'export',
distDir: 'build',
};

export default nextConfig;

0 comments on commit a76b473

Please sign in to comment.