diff --git a/app/layout.tsx b/app/layout.tsx
index 73e9ca1..398bbbf 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -2,7 +2,6 @@ import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "@/components/ThemeProvider";
-import { Analytics } from "@vercel/analytics/react";
import { ServiceWorkerRegister } from "@/components/ServiceWorkerRegister";
import { PasswordGate } from "@/components/PasswordGate";
import { siteConfig } from "@/lib/config/site-config";
@@ -21,6 +20,7 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: siteConfig.title,
description: siteConfig.description,
+ referrer: 'no-referrer',
icons: {
icon: '/icon.png',
},
@@ -41,7 +41,6 @@ export default function RootLayout({
{children}
-
diff --git a/components/layout/Navbar.tsx b/components/layout/Navbar.tsx
index 1d839c2..210cf40 100644
--- a/components/layout/Navbar.tsx
+++ b/components/layout/Navbar.tsx
@@ -34,6 +34,7 @@ export function Navbar({ onReset, isPremiumMode = false }: NavbarProps) {
width={40}
height={40}
className="object-contain"
+ unoptimized
/>
diff --git a/components/player/PlayerNavbar.tsx b/components/player/PlayerNavbar.tsx
index 8985f49..dedb864 100644
--- a/components/player/PlayerNavbar.tsx
+++ b/components/player/PlayerNavbar.tsx
@@ -25,6 +25,7 @@ export function PlayerNavbar({ isPremium }: { isPremium?: boolean }) {
width={40}
height={40}
className="object-contain"
+ unoptimized
/>