chess field

This commit is contained in:
2025-04-08 05:52:44 +02:00
parent d4f3912a95
commit 41059d9396
5 changed files with 115 additions and 4 deletions

View File

@@ -2,8 +2,10 @@ import "~/styles/globals.css";
import type { Metadata } from "next";
import { Geist } from "next/font/google";
import { ClerkProvider } from "@clerk/nextjs";
import { config } from "@fortawesome/fontawesome-svg-core"
import "@fortawesome/fontawesome-svg-core/styles.css"
import TopNav from "./_components/TopNav";
config.autoAddCss = false;
export const metadata: Metadata = {
title: "Gregor Lohaus",
description: "My Personal Website",