diff --git a/README.md b/README.md index a99f4be..f663bba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# boost-docs -대학생을 위한 팀 프로젝트 매니저 Boost 개발 문서 사이트 \ No newline at end of file +
+

boost-docs

+

대학생을 위한 팀 프로젝트 매니저 Boost 개발 문서 사이트

+
+

⚒️작업 중.. ⚒️

+
+ +
diff --git a/src/shared/components/shadcn/tooltip.tsx b/src/shared/components/shadcn/tooltip.tsx index 861004e..10cd3f3 100644 --- a/src/shared/components/shadcn/tooltip.tsx +++ b/src/shared/components/shadcn/tooltip.tsx @@ -29,7 +29,13 @@ function Tooltip({ function TooltipTrigger({ ...props }: React.ComponentProps) { - return ; + return ( + e.preventDefault()} + /> + ); } function TooltipContent({ diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..0f32683 --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] +}