eny.space Landingpage
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(app): integrate analytics

Sam Sauer 7e6416e6 1146dabc

+42
+2
app/layout.tsx
··· 1 1 import type { Metadata } from "next"; 2 2 import { SpeedInsights } from "@vercel/speed-insights/next"; 3 + import { Analytics } from "@vercel/analytics/next"; 3 4 import { Space_Grotesk } from "next/font/google"; 4 5 5 6 import "../styles.css"; ··· 37 38 {children} 38 39 </div> 39 40 <SpeedInsights /> 41 + <Analytics /> 40 42 </body> 41 43 </html> 42 44 );
+39
package-lock.json
··· 7 7 "dependencies": { 8 8 "@stripe/react-stripe-js": "2.4.0", 9 9 "@stripe/stripe-js": "2.2.2", 10 + "@vercel/analytics": "^1.6.1", 10 11 "@vercel/speed-insights": "^1.3.1", 11 12 "next": "latest", 12 13 "react": "18.2.0", ··· 690 691 "integrity": "sha512-WFHp9YUJQ6CKshqoC37iOlHnQSmxNc795UhB26CyBBttrN9svdIrUjl/NjnNmfcwtncN0h/0PPAFWv9ovP8mLA==", 691 692 "dev": true, 692 693 "license": "MIT" 694 + }, 695 + "node_modules/@vercel/analytics": { 696 + "version": "1.6.1", 697 + "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.6.1.tgz", 698 + "integrity": "sha512-oH9He/bEM+6oKlv3chWuOOcp8Y6fo6/PSro8hEkgCW3pu9/OiCXiUpRUogDh3Fs3LH2sosDrx8CxeOLBEE+afg==", 699 + "license": "MPL-2.0", 700 + "peerDependencies": { 701 + "@remix-run/react": "^2", 702 + "@sveltejs/kit": "^1 || ^2", 703 + "next": ">= 13", 704 + "react": "^18 || ^19 || ^19.0.0-rc", 705 + "svelte": ">= 4", 706 + "vue": "^3", 707 + "vue-router": "^4" 708 + }, 709 + "peerDependenciesMeta": { 710 + "@remix-run/react": { 711 + "optional": true 712 + }, 713 + "@sveltejs/kit": { 714 + "optional": true 715 + }, 716 + "next": { 717 + "optional": true 718 + }, 719 + "react": { 720 + "optional": true 721 + }, 722 + "svelte": { 723 + "optional": true 724 + }, 725 + "vue": { 726 + "optional": true 727 + }, 728 + "vue-router": { 729 + "optional": true 730 + } 731 + } 693 732 }, 694 733 "node_modules/@vercel/speed-insights": { 695 734 "version": "1.3.1",
+1
package.json
··· 8 8 "dependencies": { 9 9 "@stripe/react-stripe-js": "2.4.0", 10 10 "@stripe/stripe-js": "2.2.2", 11 + "@vercel/analytics": "^1.6.1", 11 12 "@vercel/speed-insights": "^1.3.1", 12 13 "next": "latest", 13 14 "react": "18.2.0",