From ae6e2cd5f75926a1715a5af86f49d4e768821c4f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 15:54:07 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ff40025..8ccbfff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,15 +5,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const rubik = Rubik({ - variable: "--font-rubik", - subsets: ["latin"], + variable: "--font-rubik", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Futurama - The Ultimate Animated Sci-Fi Comedy Series", - description: "Explore Futurama: the iconic animated series with Fry, Leela, and Bender. Discover episodes, characters, fan favorites, and relive the sci-fi comedy classic.", - keywords: "Futurama, animated series, sci-fi comedy, Matt Groening, Fry, Leela, Bender", - robots: { + title: "Futurama - The Ultimate Animated Sci-Fi Comedy Series", description: "Explore Futurama: the iconic animated series with Fry, Leela, and Bender. Discover episodes, characters, fan favorites, and relive the sci-fi comedy classic.", keywords: "Futurama, animated series, sci-fi comedy, Matt Groening, Fry, Leela, Bender", robots: { index: true, follow: true, },