chore: remove PostHog analytics and update dependencies to latest minor versions

This commit is contained in:
2026-01-25 00:12:04 +00:00
committed by GitHub
parent 98b085d8c4
commit 6b7f0d8db2
21 changed files with 2021 additions and 3030 deletions

View File

@@ -53,25 +53,6 @@ const nextConfig = {
},
];
},
async rewrites() {
return [
{
source: '/ingest/static/:path*',
destination: 'https://us-assets.i.posthog.com/static/:path*',
},
{
source: '/ingest/:path*',
destination: 'https://us.i.posthog.com/:path*',
},
{
source: '/ingest/decide',
destination: 'https://us.i.posthog.com/decide',
},
];
},
// This is required to support PostHog trailing slash API requests
skipTrailingSlashRedirect: true,
};
export default nextConfig;