Merge branch 'main' of github.com:nextui-org/nextui into canary

This commit is contained in:
Junior Garcia 2025-01-17 11:01:19 -03:00
commit 203687824b
2 changed files with 4 additions and 1 deletions

2
.github/FUNDING.yml vendored
View File

@ -2,7 +2,7 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: jrgarciadev
open_collective: nextui
open_collective: heroui
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry

View File

@ -24,6 +24,9 @@ const ProviderWrapper = ({children}: {children: React.ReactElement}) => {
api_host: "/ingest",
person_profiles: "identified_only",
ui_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
capture_pageview: false,
capture_pageleave: false,
capture_heatmaps: false,
});
}
}, []);