Skip to content

Commit

Permalink
Update Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Schmalfeldt committed Nov 7, 2023
1 parent 6a74b43 commit 5d691fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const nextConfig = {
unoptimized: true,
},
pageExtensions: ['js', 'jsx', 'md'],
distDir: '_next',
generateBuildId: async () => {
if (process.env.BUILD_ID) {
return process.env.BUILD_ID
Expand Down

0 comments on commit 5d691fb

Please sign in to comment.