File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ import WorkerProvider from "./workers/WorkerProvider.jsx";
77import { init } from '@amplitude/analytics-browser' ;
88import { autocapturePlugin } from '@amplitude/plugin-autocapture-browser' ;
99
10- // Initialize Amplitude with your API key
11- const AMPLITUDE_API_KEY = process . env . VITE_AMPLITUDE_API_KEY ;
12-
13- if ( AMPLITUDE_API_KEY ) {
14- init ( AMPLITUDE_API_KEY , {
15- serverZone : "US" ,
16- defaultTracking : {
17- sessions : true ,
18- pageViews : true ,
19- formInteractions : true ,
20- fileDownloads : true ,
21- } ,
22- plugins : [
23- autocapturePlugin ( )
24- ]
25- } ) ;
26- }
10+ // // Initialize Amplitude with your API key
11+ // const AMPLITUDE_API_KEY = process.env.VITE_AMPLITUDE_API_KEY;
12+ //
13+ // if (AMPLITUDE_API_KEY) {
14+ // init(AMPLITUDE_API_KEY, {
15+ // serverZone: "US",
16+ // defaultTracking: {
17+ // sessions: true,
18+ // pageViews: true,
19+ // formInteractions: true,
20+ // fileDownloads: true,
21+ // },
22+ // plugins: [
23+ // autocapturePlugin()
24+ // ]
25+ // });
26+ // }
2727
2828const container = document . getElementById ( "root" ) ;
2929const root = createRoot ( container ) ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const Homepage = () => {
6161 < Link
6262 target = "_blank"
6363 rel = "noopener noreferrer"
64- to = "https://docs.leo-lang.org/ sdk/create-leo-app/tutorial/ "
64+ to = "https://github.com/ProvableHQ/ sdk/tree/mainnet/ create-leo-app"
6565 >
6666 < button className = "button" >
6767 Try now < span className = "arrow" > →</ span >
You can’t perform that action at this time.
0 commit comments