Skip to content

Commit

Permalink
fix: remove 'distDir' from next config file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Feb 26, 2024
1 parent 1d71351 commit 691c8c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// https://nextjs.org/docs/api-reference/next.config.js/react-strict-mode
reactStrictMode: true,
distDir: 'dist'
reactStrictMode: true
}

module.exports = nextConfig;

0 comments on commit 691c8c1

Please sign in to comment.