Skip to content

Commit

Permalink
fix: next export
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 committed Nov 20, 2023
1 parent 9ac4bf0 commit 295a07c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ const nextConfig = {
images: {
unoptimized: true
},
trailingSlash: true
trailingSlash: true,
output: {
// For static sites, use 'static'
target: 'export'
}
};

module.exports = withTM(nextConfig);

0 comments on commit 295a07c

Please sign in to comment.