Export metrics components.

This commit is contained in:
Mike Cao
2025-09-03 17:16:03 -07:00
parent c4114f4349
commit dc1736458b
16 changed files with 140 additions and 126 deletions

View File

@@ -163,12 +163,6 @@ if (trackerScriptName) {
}
if (cloudMode && cloudUrl) {
redirects.push({
source: '/settings/:path*',
destination: `${cloudUrl}/settings/:path*`,
permanent: false,
});
redirects.push({
source: '/login',
destination: cloudUrl,