Skip to content

Commit 3ab2664

Browse files
authored
Add files via upload
1 parent ac0bdf2 commit 3ab2664

3 files changed

Lines changed: 47 additions & 8 deletions

File tree

package-lock.json

Lines changed: 43 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@tsparticles/engine": "^3.8.1",
4444
"@tsparticles/react": "^3.0.0",
4545
"@vercel/analytics": "^1.5.0",
46+
"@vercel/speed-insights": "^1.2.0",
4647
"class-variance-authority": "^0.7.1",
4748
"clsx": "^2.1.1",
4849
"cmdk": "^1.0.0",
@@ -87,6 +88,6 @@
8788
"tailwindcss": "^3.4.11",
8889
"typescript": "^5.5.3",
8990
"typescript-eslint": "^8.0.1",
90-
"vite": "^5.4.14"
91+
"vite": "^5.4.1"
9192
}
9293
}

src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import Terms from "./pages/Terms";
1313
import FAQ from "./pages/FAQ";
1414
import NotFound from "./pages/NotFound";
1515
import { Analytics } from "@vercel/analytics/react"
16+
import { SpeedInsights } from "@vercel/speed-insights/react"
1617

1718
const queryClient = new QueryClient();
1819

@@ -36,6 +37,7 @@ const App = () => (
3637
</BrowserRouter>
3738
</TooltipProvider>
3839
<Analytics/>
40+
<SpeedInsights/>
3941
</QueryClientProvider>
4042
);
4143

0 commit comments

Comments
 (0)