Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
radityaharya authored Apr 28, 2024
1 parent f08f403 commit 13e4a1e
Show file tree
Hide file tree
Showing 15 changed files with 185 additions and 482 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 5 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
hostname: "**.spotifycdn.com",
},
],
}
},
};

const sentryConfig = withSentryConfig(
Expand Down Expand Up @@ -56,6 +56,8 @@ const sentryConfig = withSentryConfig(
},
);

const prodConfig = million.next(sentryConfig);
const prodConfig = million.next(sentryConfig, {
rsc: true, // if used in the app router mode
});

export default process.env.NODE_ENV === "development" ? config : prodConfig;
export default prodConfig;
Loading

0 comments on commit 13e4a1e

Please sign in to comment.