Commit 9b67e2e
committed
chore(Sky): Remove hardcoded PostHog API key from source
Replace the hardcoded PostHog API key with empty strings in both PostHogBridge.ts and astro.config.ts. The key should be sourced exclusively from the LAND_POSTHOG_KEY environment variable to prevent production credentials from being committed to the repository.
This sanitizes the codebase of the exposed `phc_...` key that was present in two locations.1 parent 4d9fb69 commit 9b67e2e
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
| 791 | + | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| |||
0 commit comments