Skip to content

Commit 321bd08

Browse files
cgsvcgsv
cgsv
authored and
cgsv
committed
disable darkmode and set hidesourcemaps false
1 parent 17c37f9 commit 321bd08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ module.exports = nextConfig
1919
module.exports = withSentryConfig(
2020
module.exports,
2121
{ silent: true, dryRun: SENTRY_DRY_RUN },
22-
{ hideSourcemaps: true },
22+
{ hideSourcemaps: false, hideSourceMaps: false },
2323
);

styles/globals.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
--card-border-rgb: 131, 134, 135;
4141
}
4242

43-
@media (prefers-color-scheme: dark) {
43+
/* @media (prefers-color-scheme: dark) {
4444
:root {
4545
--foreground-rgb: 255, 255, 255;
4646
--background-start-rgb: 0, 0, 0;
@@ -71,7 +71,7 @@
7171
--card-rgb: 100, 100, 100;
7272
--card-border-rgb: 200, 200, 200;
7373
}
74-
}
74+
} */
7575

7676
* {
7777
box-sizing: border-box;

0 commit comments

Comments
 (0)