Skip to content

Commit

Permalink
adding standalone export statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 26, 2024
1 parent f0fabca commit 5b731de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const nextConfig = {
fullUrl: true,
},
},
output: 'standalone',
}

module.exports = nextConfig

0 comments on commit 5b731de

Please sign in to comment.