diff --git a/k-tv-frontend/app/layout.tsx b/k-tv-frontend/app/layout.tsx index c3ceb7a..8d13d94 100644 --- a/k-tv-frontend/app/layout.tsx +++ b/k-tv-frontend/app/layout.tsx @@ -2,6 +2,7 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; import { Providers } from "./providers"; +import Script from "next/script"; const geistSans = Geist({ variable: "--font-geist-sans", @@ -15,7 +16,8 @@ const geistMono = Geist_Mono({ export const metadata: Metadata = { title: "K-TV", - description: "Self-hosted linear TV channel orchestration for your media library", + description: + "Self-hosted linear TV channel orchestration for your media library", }; export default function RootLayout({ @@ -25,6 +27,12 @@ export default function RootLayout({ }>) { return ( + +