Changed page title

This commit is contained in:
2024-10-18 19:37:42 -03:00
parent f44c7713a2
commit 1e11d225fa

View File

@@ -6,7 +6,7 @@ import { type Metadata } from "next";
import { TRPCReactProvider } from "@/trpc/react";
export const metadata: Metadata = {
title: "Create T3 App",
title: "Spooky Spotify Showcase",
description: "Generated by create-t3-app",
icons: [{ rel: "icon", url: "/favicon.ico" }],
};