Skip to content

Commit

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

export default nextConfig;

0 comments on commit a6e5cd7

Please sign in to comment.