feat: Remove Vercel Analytics, generalize deployment instructions, and switch base URL configuration to NEXT_PUBLIC_APP_URL.

This commit is contained in:
2025-11-29 02:52:10 -05:00
parent 2fc03566d1
commit a1c7b9223f
6 changed files with 16 additions and 17 deletions
-2
View File
@@ -1,6 +1,5 @@
import "~/styles/globals.css";
import { Analytics } from "@vercel/analytics/next";
import { type Metadata } from "next";
import { Geist, Geist_Mono, Instrument_Serif } from "next/font/google";
@@ -136,7 +135,6 @@ export default function RootLayout({
}}
/>
</head>
<Analytics />
<body className="bg-background text-foreground relative min-h-screen overflow-x-hidden font-sans antialiased">
<ThemeProvider>
<ColorThemeProvider>