config: cleanup

This commit is contained in:
Aidan 2025-04-14 00:25:22 -04:00
parent cac3397260
commit d6fc47ec07

View File

@ -1,7 +1,5 @@
import type { NextConfig } from "next";
import type { NextConfig } from "next"
const nextConfig: NextConfig = {
/* config options here */
};
const config: NextConfig = {}
export default nextConfig;
export default config