Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanAbinaya authored Sep 24, 2023
1 parent 5ab8fe3 commit 7dc17f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module.exports = withPWA({
],
},
distDir: process.env.BUILD_DIR || ".next",
trailingSlash: true,
output: "standalone",
// Uncomment this if you want to use Docker
// output: "standalone",
async headers() {
return [
{
Expand Down

0 comments on commit 7dc17f7

Please sign in to comment.