File tree Expand file tree Collapse file tree 15 files changed +74
-19
lines changed
Expand file tree Collapse file tree 15 files changed +74
-19
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ NEXT_PUBLIC_API_V1_URL=
1616ALGOLIA_WRITE_API_KEY =
1717ANALYZE_BUNDLE =
1818NEXT_PUBLIC_INTEGRATION_ID =
19- NEXT_PUBLIC_GA_ID =
19+ NEXT_PUBLIC_GA_ID =
20+ NEXT_PUBLIC_REO_DEV_CLIENT_ID =
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ type ProvidersProps = {
1616
1717const Providers = ( { children } : ProvidersProps ) => {
1818 return (
19- < AnalyticsProvider writeKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY } >
19+ < AnalyticsProvider
20+ segmentWriteKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY }
21+ reoDevKey = { process . env . NEXT_PUBLIC_REO_DEV_CLIENT_ID }
22+ >
2023 < SiteConfigProvider config = { config } >
2124 < PageLoadingProvider >
2225 < ScrollControllerProvider scrollableSelector = "#main" >
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ NEXT_PUBLIC_BASE_PATH=
1818NEXT_PUBLIC_GA_ID =
1919NEXT_PUBLIC_PROD_BASE_URL =
2020NEXT_PUBLIC_INTEGRATION_ID =
21- NEXT_MCP_SERVER_URL =
21+ NEXT_MCP_SERVER_URL =
22+ NEXT_PUBLIC_REO_DEV_CLIENT_ID =
Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ type ProvidersProps = {
2323
2424const Providers = ( { children, aiAssistantProps = { } } : ProvidersProps ) => {
2525 return (
26- < AnalyticsProvider writeKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY } >
26+ < AnalyticsProvider
27+ segmentWriteKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY }
28+ reoDevKey = { process . env . NEXT_PUBLIC_REO_DEV_CLIENT_ID }
29+ >
2730 < SiteConfigProvider config = { config } >
2831 < LearningPathProvider >
2932 < NotificationProvider >
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ ALGOLIA_WRITE_API_KEY=
1515ANALYZE_BUNDLE =
1616CLOUDINARY_CLOUD_NAME =
1717NEXT_PUBLIC_GA_ID =
18- NEXT_PUBLIC_INTEGRATION_ID =
18+ NEXT_PUBLIC_INTEGRATION_ID =
19+ NEXT_PUBLIC_REO_DEV_CLIENT_ID =
Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ type ProvidersProps = {
2424
2525const Providers = ( { children } : ProvidersProps ) => {
2626 return (
27- < AnalyticsProvider writeKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY } >
27+ < AnalyticsProvider
28+ segmentWriteKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY }
29+ reoDevKey = { process . env . NEXT_PUBLIC_REO_DEV_CLIENT_ID }
30+ >
2831 < SiteConfigProvider config = { config } >
2932 < MobileProvider >
3033 < ColorModeProvider >
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ NEXT_PUBLIC_AI_WEBSITE_ID=
1919NEXT_PUBLIC_AI_API_ASSISTANT_RECAPTCHA_SITE_KEY =
2020CLOUDINARY_CLOUD_NAME =
2121NEXT_PUBLIC_GA_ID =
22- NEXT_PUBLIC_INTEGRATION_ID =
22+ NEXT_PUBLIC_INTEGRATION_ID =
23+ NEXT_PUBLIC_REO_DEV_CLIENT_ID =
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ type ProvidersProps = {
2121
2222const Providers = ( { children } : ProvidersProps ) => {
2323 return (
24- < AnalyticsProvider writeKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY } >
24+ < AnalyticsProvider
25+ segmentWriteKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY }
26+ reoDevKey = { process . env . NEXT_PUBLIC_REO_DEV_CLIENT_ID }
27+ >
2528 < SiteConfigProvider config = { config } >
2629 < LearningPathProvider
2730 baseUrl = { process . env . NEXT_PUBLIC_BASE_PATH || "/resources" }
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ NEXT_PUBLIC_ALGOLIA_API_KEY=
77NEXT_PUBLIC_ALGOLIA_APP_ID =
88NEXT_PUBLIC_SEGMENT_API_KEY =
99NEXT_PUBLIC_GA_ID =
10- NEXT_PUBLIC_INTEGRATION_ID =
10+ NEXT_PUBLIC_INTEGRATION_ID =
11+ NEXT_PUBLIC_REO_DEV_CLIENT_ID =
Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ type ProvidersProps = {
1818
1919const Providers = ( { children } : ProvidersProps ) => {
2020 return (
21- < AnalyticsProvider writeKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY } >
21+ < AnalyticsProvider
22+ segmentWriteKey = { process . env . NEXT_PUBLIC_SEGMENT_API_KEY }
23+ reoDevKey = { process . env . NEXT_PUBLIC_REO_DEV_CLIENT_ID }
24+ >
2225 < SiteConfigProvider config = { siteConfig } >
2326 < ScrollControllerProvider scrollableSelector = "#main" >
2427 < SidebarProvider >
You can’t perform that action at this time.
0 commit comments