diff --git a/bun.lock b/bun.lock index 446b713..550a26d 100644 --- a/bun.lock +++ b/bun.lock @@ -29,10 +29,10 @@ "fs": "0.0.1-security", "geist": "^1.4.2", "lucide-react": "^0.454.0", - "next": "^16.0.6", + "next": "16.0.6", "pdfjs-dist": "^4.10.38", "radix-ui": "^1.4.2", - "react": "^19.2.0", + "react": "19.2.0", "react-dom": "19.2.0", "react-icons": "^5.5.0", "react-pdf": "^9.2.1", diff --git a/src/app/blog/[slug]/page.tsx b/src/app/blog/[slug]/page.tsx index 3bbcc66..9f83ad2 100644 --- a/src/app/blog/[slug]/page.tsx +++ b/src/app/blog/[slug]/page.tsx @@ -49,12 +49,12 @@ export default async function BlogPost({ params }: PageProps) { return (
- + */}

{metadata.title}

diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3311061..9d6aff6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,7 @@ import { Navigation } from "~/components/Navigation"; import { Sidebar } from "~/components/Sidebar"; import { BreadcrumbWrapper } from "~/components/BreadcrumbWrapper"; -import { inter } from "~/lib/fonts"; +import { inter, playfair } from "~/lib/fonts"; import { description, name } from "~/lib/data"; import "~/styles/globals.css"; @@ -19,11 +19,21 @@ export const metadata: Metadata = { export default function RootLayout({ children }: React.PropsWithChildren) { return ( - + + {/* Background Elements */} +
+
+
+
+ {env.NEXT_PUBLIC_UMAMI_WEBSITE_ID && (