import type { NextConfig } from "next"; const nextConfig: NextConfig = { experimental: { globalNotFound: true, }, htmlLimitedBots: /.*/, }; export default nextConfig;