diff --git a/next.config.ts b/next.config.ts index f5c1fb6..5382fc3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -3,15 +3,15 @@ import type { NextConfig } from "next"; const path = require('path') const nextConfig: NextConfig = { - pageExtensions: ['ts', 'tsx', 'mdx'], + // pageExtensions: ['ts', 'tsx', 'mdx'], allowedDevOrigins: ['imnyang.dev'], - turbopack: { - root: path.join(__dirname, '.'), - }, + // turbopack: { + // root: path.join(__dirname, '.'), + // }, images: { remotePatterns: [new URL('https://api.imnya.ng/**')], }, - output: 'standalone', + // output: 'standalone', }; export default nextConfig; diff --git a/public/34b47ba35448cc74a659bcec443c3fbc.webp b/public/34b47ba35448cc74a659bcec443c3fbc.webp new file mode 100644 index 0000000..caf050e Binary files /dev/null and b/public/34b47ba35448cc74a659bcec443c3fbc.webp differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 8247754..16b3648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,12 @@ + import Projects from "@/components/Projects"; import TimelineComponent from "@/components/timeline"; import Image from "next/image"; -// import DraggableWindow from "@/components/DraggableWindow"; import ReadmeWindow from "@/components/ReadmeWindow"; import Contact from "@/components/Contact"; import DDayComponent from "@/components/dday"; -export default async function Page({ searchParams }: { searchParams: Promise<{ nowindow?: string }> }) { - const params = await searchParams; - const showWindow = params.nowindow === undefined; - +export default async function Page() { return (
@@ -21,32 +18,30 @@ export default async function Page({ searchParams }: { searchParams: Promise<{ n width={30} height={30} /> -

- me@imnya.ng -

+
+

+ me@imnya.ng +

+
-
- -
-
+
-

더 λ©‹μ§„ 세상을 λ§Œλ“€κΈ° μœ„ν•΄ λ…Έλ ₯ν•˜λŠ” μ•”λƒ₯μž…λ‹ˆλ‹€.

-

μ΄ˆλ“±ν•™κ΅ μ‹œμ ˆ μš΄μ˜μ²΄μ œμ— ν₯λ―Έλ₯Ό 느껴 컴퓨터λ₯Ό μ‹œμž‘ν–ˆκ³ , 이후 ν”„λ‘œκ·Έλž˜λ°μ— 관심을 κ°–κ²Œ λ˜μ—ˆμŠ΅λ‹ˆλ‹€.

-

μ΄ˆλ“±ν•™κ΅ 4ν•™λ…„ λ•Œ Python으둜 ν”„λ‘œκ·Έλž˜λ°μ„ μ‹œμž‘ν–ˆμœΌλ©°, ν˜„μž¬λŠ” TypeScriptλ₯Ό 주둜 μ‚¬μš©ν•©λ‹ˆλ‹€.

-

μ΅œκ·Όμ—λŠ” μ •λ³΄λ³΄μ•ˆ λΆ„μ•Ό 쀑 μ›Ή 해킹에 관심이 λ§ŽμŠ΅λ‹ˆλ‹€.

+
- -
-

λŒ€ν‘œμ μΈ ν”„λ‘œμ νŠΈλ“€μ€ μ•„λž˜μ™€ κ°™μŠ΅λ‹ˆλ‹€.

+

ν•˜κ³  싢은 κΏˆμ„ ν˜„μ‹€λ‘œ λ§Œλ“€μ–΄λ³΄λŠ” μ•”λƒ₯μž…λ‹ˆλ‹€.

+

μ–Έμ œλ‚˜ μƒˆλ‘œμš΄ 것을 배우고, λ„μ „ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.

+

ν˜„μž¬λŠ” μ •λ³΄λ³΄μ•ˆ λΆ„μ•Όμͺ½μ— 관심이 많으며 μ›λž˜λŠ” μ†Œν”„νŠΈμ›¨μ–΄ κ°œλ°œμ— 관심 λ§Žμ•˜μŠ΅λ‹ˆλ‹€.

+
+



-

Β© 2026 imnyang. All rights reserved.

+

Β© 2026 imnyanle.g. All rights reserved.


diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index 78d5134..f99395b 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -93,7 +93,7 @@ export default function Contact() { return (
{contact.map((method) => ( - +