We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c37f9 commit 321bd08Copy full SHA for 321bd08
next.config.js
@@ -19,5 +19,5 @@ module.exports = nextConfig
19
module.exports = withSentryConfig(
20
module.exports,
21
{ silent: true, dryRun: SENTRY_DRY_RUN },
22
- { hideSourcemaps: true },
+ { hideSourcemaps: false, hideSourceMaps: false },
23
);
styles/globals.css
@@ -40,7 +40,7 @@
40
--card-border-rgb: 131, 134, 135;
41
}
42
43
-@media (prefers-color-scheme: dark) {
+/* @media (prefers-color-scheme: dark) {
44
:root {
45
--foreground-rgb: 255, 255, 255;
46
--background-start-rgb: 0, 0, 0;
@@ -71,7 +71,7 @@
71
--card-rgb: 100, 100, 100;
72
--card-border-rgb: 200, 200, 200;
73
74
-}
+} */
75
76
* {
77
box-sizing: border-box;
0 commit comments