import type { NextConfig } from "next"; const nextConfig: NextConfig = { experimental: { externalDir: true, }, }; export default nextConfig;