Merge branch 'main' into nextjs
This commit is contained in:
commit
1d5978dacf
17 changed files with 383 additions and 41 deletions
|
|
@ -2,6 +2,8 @@ import type { Metadata } from "next";
|
|||
import { ThemeProvider } from "@/components/theme-provider"
|
||||
|
||||
import "./globals.css";
|
||||
import "./scrollbar.css";
|
||||
import SUPERCOMMAND from "@/components/SUPERCOMMAND";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "남현석 | :two_hearts: imnya.ng",
|
||||
|
|
@ -24,6 +26,7 @@ export default function RootLayout({
|
|||
disableTransitionOnChange
|
||||
>
|
||||
{children}
|
||||
<SUPERCOMMAND />
|
||||
</ThemeProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue