From 8cfa334717481bc2fcfa716b546304924157abff Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 12 Apr 2026 22:14:05 -0700 Subject: make windows re-sizeable general lint/formatting --- next.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'next.config.js') 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; -- cgit v1.2.3