Merge branch 'main' into nextjs

This commit is contained in:
암냥 2025-10-29 21:38:16 +09:00 committed by GitHub
commit 1d5978dacf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 383 additions and 41 deletions

View file

@ -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>