Skip to content

Commit

Permalink
disable darkmode and set hidesourcemaps false
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsv authored and cgsv committed Mar 10, 2023
1 parent 17c37f9 commit 321bd08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ module.exports = nextConfig
module.exports = withSentryConfig(
module.exports,
{ silent: true, dryRun: SENTRY_DRY_RUN },
{ hideSourcemaps: true },
{ hideSourcemaps: false, hideSourceMaps: false },
);
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
--card-border-rgb: 131, 134, 135;
}

@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
Expand Down Expand Up @@ -71,7 +71,7 @@
--card-rgb: 100, 100, 100;
--card-border-rgb: 200, 200, 200;
}
}
} */

* {
box-sizing: border-box;
Expand Down

0 comments on commit 321bd08

Please sign in to comment.