From ef5670bb67684aed5bc4d67523ed18308bf327ad Mon Sep 17 00:00:00 2001 From: HyoYoung0829 Date: Thu, 18 Sep 2025 23:32:27 +0900 Subject: [PATCH 1/4] =?UTF-8?q?test=20:=20=EB=A9=94=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 102 +---------------------------------------------- 1 file changed, 1 insertion(+), 101 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a932894..49cbefe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,103 +1,3 @@ -import Image from "next/image"; - export default function Home() { - return ( -
-
- Next.js logo -
    -
  1. - Get started by editing{" "} - - src/app/page.tsx - - . -
  2. -
  3. - Save and see your changes instantly. -
  4. -
- -
- - Vercel logomark - Deploy now - - - Read our docs - -
-
- -
- ); + return
삼삼오오 화이팅
; } From e2c5cf8f4aa28b9893be5326f2b313d8d6ead1e3 Mon Sep 17 00:00:00 2001 From: HyoYoung0829 Date: Thu, 18 Sep 2025 23:40:44 +0900 Subject: [PATCH 2/4] =?UTF-8?q?test=20:=20husky=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 79 +++++++++++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 33 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..ca0a0a8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,34 +1,47 @@ -import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; -import "./globals.css"; - -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); - -export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", -}; - -export default function RootLayout({ - children, -}: Readonly<{ - children: React.ReactNode; -}>) { - return ( - - - {children} - - - ); +import type {Metadata}from "next" + import {Geist +,Geist_Mono} +from "next/font/google" + import "./globals.css" + + + +const geistSans = Geist( { variable:"--font-geist-sans" , subsets: +["latin" ] } ) + + const geistMono=Geist_Mono({variable:"--font-geist-mono", subsets: +[ "latin" ] } ) + +export const metadata +: +Metadata= +{ +title +: "Create Next App" + , description:"Generated by create next app" } + + + + export default function RootLayout( {children,} + : Readonly<{ children + :React. + ReactNode + ;}>) + { + return( + + {children} + ) + } From 10b9fe7c8f4b3dace796e27d61f321f81abcb1ab Mon Sep 17 00:00:00 2001 From: HyoYoung0829 Date: Thu, 18 Sep 2025 23:47:23 +0900 Subject: [PATCH 3/4] test : husky test2 --- package.json | 2 +- src/app/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b4f8d4..1ed1579 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "typescript": "^5.9.2" }, "lint-staged": { - "*/.{js, ts, jsx, tsx}": "eslint --fix" + "**/*.{js,jsx,ts,tsx}": "eslint --fix" } } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ca0a0a8..b1559d1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -43,5 +43,5 @@ antialiased` } > {children} - ) + zz ) } From a23f1413b774bb86a749639ed120355e1b5378fd Mon Sep 17 00:00:00 2001 From: HyoYoung0829 Date: Thu, 18 Sep 2025 23:53:27 +0900 Subject: [PATCH 4/4] test : husky 3 --- src/app/layout.tsx | 105 +++++++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 46 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b1559d1..1a229c4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,47 +1,60 @@ -import type {Metadata}from "next" - import {Geist -,Geist_Mono} -from "next/font/google" - import "./globals.css" - - - -const geistSans = Geist( { variable:"--font-geist-sans" , subsets: -["latin" ] } ) - - const geistMono=Geist_Mono({variable:"--font-geist-mono", subsets: -[ "latin" ] } ) - -export const metadata -: -Metadata= -{ -title -: "Create Next App" - , description:"Generated by create next app" } - - - - export default function RootLayout( {children,} - : Readonly<{ children - :React. - ReactNode - ;}>) - { - return( - ) { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {children} + + + ); } - > - {children} - zz ) - }