diff --git a/README.md b/README.md index f52bcea..aaff1ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Project -React + TypeScript + Vite 기반의 FSD(Feature-Sliced Design) 아키텍처를 적용한 프로젝트입니다. +프로젝트 잼 - 함께 만들어가는 사이드 프로젝트 ## 📋 목차 diff --git a/src/app/assets/icon.svg b/src/app/assets/icon.svg new file mode 100644 index 0000000..54452bf --- /dev/null +++ b/src/app/assets/icon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/app/index.html b/src/app/index.html index e9c15fc..94a79be 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -1,10 +1,40 @@ - + - + - Vite + React + TS + + + + + + + + + + + + + + + + 프로젝트 잼 - 함께 만들어가는 사이드 프로젝트
diff --git a/vercel.json b/vercel.json index 00e7ecc..3c1bb59 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,10 @@ { - "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }] + "buildCommand": "pnpm build", + "outputDirectory": "dist", + "routes": [ + { + "src": "/[^.]+", + "dest": "/index.html" + } + ] }