diff --git a/package-lock.json b/package-lock.json index c3da6fc..d05e39a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1474,9 +1474,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1493,9 +1490,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1512,9 +1506,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1531,9 +1522,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2438,9 +2426,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2461,9 +2446,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2484,9 +2466,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -2507,9 +2486,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/src/App.tsx b/src/App.tsx index 631955e..4437800 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ import { isThemeMode, THEME_STORAGE_KEY, type ThemeMode } from './theme' import { useThemeDocument } from './hooks/useThemeDocument' import { cn } from './lib/cn' import { IconMenu, IconSearch } from './components/icons' +import { SpeedInsights } from '@vercel/speed-insights/react' export interface Playlist { id: string @@ -469,6 +470,7 @@ function App() { )} + ) }