Skip to content

Commit

Permalink
put build back in disDir
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoBonato committed Apr 8, 2024
1 parent 27b25aa commit 24fb9cb
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
Expand Up @@ -2,7 +2,7 @@
const nextConfig = {
output: 'export',
images: { unoptimized: true },
distDir: 'out',
distDir: 'build',
basePath: "/osmium-website",
};

Expand Down

0 comments on commit 24fb9cb

Please sign in to comment.