chore: Update analytics script URL to use HTTPS

This commit is contained in:
Bram Suurd
2024-08-03 15:31:51 +02:00
parent 851b372a86
commit 8db2f53c01

View File

@@ -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*`,
},
];
},