Updated site
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user