aboutsummaryrefslogtreecommitdiffstats
path: root/site/src
diff options
context:
space:
mode:
Diffstat (limited to 'site/src')
-rw-r--r--site/src/main.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/src/main.tsx b/site/src/main.tsx
index 528c9a2..9a1f365 100644
--- a/site/src/main.tsx
+++ b/site/src/main.tsx
@@ -2,12 +2,14 @@ import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import { BrowserRouter } from "react-router-dom";
+import { Analytics } from "@vercel/analytics/react"
import App from './App.tsx'
createRoot(document.getElementById('root')!).render(
<StrictMode>
<BrowserRouter>
<App />
+ <Analytics />
</BrowserRouter>
</StrictMode>,
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage