Skip to content

Commit

Permalink
chore: try standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmc9 committed Oct 10, 2024
1 parent f376bd3 commit 6ef5026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-app-revamp/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ module.exports = withPWA({
skipWaiting: true,
disable: process.env.NODE_ENV === "development",
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024, // 5mb
output: "standalone",
})(nextConfig);

0 comments on commit 6ef5026

Please sign in to comment.