import type { NextConfig } from "next"; /** @type {import('next').NextConfig} */ const nextConfig: NextConfig = { }; export default nextConfig;