Skip to content

Commit

Permalink
Re-add standalone file export for nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Dec 14, 2023
1 parent 479f1ba commit c8b1cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// output: "standalone",
output: "standalone",
// rewrites: async () => {
// return [
// {
Expand Down

0 comments on commit c8b1cb5

Please sign in to comment.