summaryrefslogtreecommitdiff
path: root/next.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.ts')
-rw-r--r--next.config.ts1
1 files changed, 0 insertions, 1 deletions
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;