Updated site

This commit is contained in:
2025-10-06 12:04:34 +02:00
parent 700fa40416
commit 1b80cacae2
9 changed files with 40 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ import type { Metadata } from "next"
import { ReactNode } from "react"
import "./globals.css"
import { Toaster } from "@/components/ui/sonner"
import { env } from "@/lib/env/client"
import { ThemeProvider } from "next-themes"
export const metadata: Metadata = {
@@ -15,8 +14,7 @@ export const metadata: Metadata = {
keywords: ["URL shortener", "link management", "analytics", "custom slugs", "link tracking", "short links"],
authors: [{ name: "Taken" }],
creator: "Taken",
publisher: "Taken",
metadataBase: new URL(env.NEXT_PUBLIC_BASE_URL)
publisher: "Taken"
}
export default function RootLayout({