diff --git a/next.config.mjs b/next.config.mjs index 959d71a..7d02e58 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -21,7 +21,7 @@ const nextConfig = { return [ { source: "/analytics/:path*", - destination: `${process.env.NEXT_PUBLIC_ANALYTICS_URL}/:path*`, + destination: `https://${process.env.NEXT_PUBLIC_ANALYTICS_URL}/:path*`, }, ]; },