UPDATE: Optimaze
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m57s

This commit is contained in:
2025-09-27 08:56:29 +07:00
parent ceed2c1666
commit 85a8adef47
3 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import ActionBar from "@/components/actionBar";
import QueryProviderWrapper from "@/components/queryProvider";
import ClientDataFetcher from "@/components/clientDataFetcher";
import { SpeedInsights } from "@vercel/speed-insights/next"
import { Analytics } from "@vercel/analytics/next"
const geistSans = Geist({
variable: "--font-geist-sans",
@@ -95,6 +96,7 @@ export default async function RootLayout({
</NextIntlClientProvider>
<ToastContainer />
<SpeedInsights />
<Analytics />
</body>
</html>