From 9c65a9c271dfda5ea17c9d909bc9e7e6d0c040ab Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Fri, 3 Apr 2026 23:59:33 +0300 Subject: add profile --- next.config.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'next.config.ts') diff --git a/next.config.ts b/next.config.ts index 498156c..78ccaf3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -10,7 +10,6 @@ const nextConfig: NextConfig = { }, }, }, - /* config options here */ }; export default nextConfig; -- cgit v1.3-3-g829e