aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-04-12 22:14:05 -0700
committerPinapelz <yukais@pinapelz.com>2026-04-12 22:14:05 -0700
commit8cfa334717481bc2fcfa716b546304924157abff (patch)
treec49dc578124991920ebc072be86275b71dee9795 /next.config.js
parent851d48fbf341e0f9f5f7d734666822976ab06a0e (diff)
make windows re-sizeable general lint/formatting
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/next.config.js b/next.config.js
index 767719f..7b09dd4 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
-const nextConfig = {}
+const nextConfig = {
+ compiler: {
+ styledComponents: true,
+ },
+};
-module.exports = nextConfig
+module.exports = nextConfig;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage