import type { NextConfig } from "next"; const nextConfig: NextConfig = { basePath: '/bodenfeuchte', }; export default nextConfig;