seo: improve metadata base and sitemap resilience

Co-authored-by: dennis <dennis@konkol.net>
This commit is contained in:
Cursor Agent
2026-01-15 10:11:02 +00:00
parent 5b67c457d7
commit d60f875793
2 changed files with 17 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import { Inter } from "next/font/google";
import React from "react";
import ClientProviders from "./components/ClientProviders";
import { cookies } from "next/headers";
import { getBaseUrl } from "@/lib/seo";
const inter = Inter({
variable: "--font-inter",
@@ -30,6 +31,7 @@ export default async function RootLayout({
}
export const metadata: Metadata = {
metadataBase: new URL(getBaseUrl()),
title: "Dennis Konkol | Portfolio",
description:
"Portfolio of Dennis Konkol, a student and software engineer based in Osnabrück, Germany. Passionate about technology, coding, and solving real-world problems.",