import type { NextConfig } from "next"; const nextConfig: NextConfig = { // Add project-specific config here. The deck system has no required overrides. }; export default nextConfig;