better markdown support, minor layout fixes
This commit is contained in:
@@ -10,6 +10,7 @@ import TrpcProvider from "./_trpc/TrpcProvider";
|
||||
// const ThemeProvider = dynamic(() => import("./_providers/ThemeProvider"),{ssr:true})
|
||||
import ThemeProvider from './_providers/ThemeProvider'
|
||||
import GsapProvider from "./_providers/GsapProvicer";
|
||||
import { CodeHighlightStyle } from "./_components/CodeHighlightSyle";
|
||||
config.autoAddCss = false;
|
||||
export const metadata: Metadata = {
|
||||
title: "Gregor Lohaus",
|
||||
@@ -34,7 +35,9 @@ export default async function RootLayout({
|
||||
<ThemeProvider>
|
||||
<GsapProvider>
|
||||
<html lang="en" className={`${geist.variable}`} suppressHydrationWarning>
|
||||
<head />
|
||||
<head>
|
||||
<CodeHighlightStyle/>
|
||||
</head>
|
||||
<body className="flex flex-col bg-background text-foreground">
|
||||
<TopNav />
|
||||
<main className="absolute lg:top-10 h-[100vh] w-[100vw]">
|
||||
|
||||
Reference in New Issue
Block a user