From 80a600088f45afa78b3d4f2ff2eb0e97608af97e Mon Sep 17 00:00:00 2001 From: daaoooy Date: Sun, 30 Nov 2025 02:48:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20(#20)=20Vercel=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC=20=EC=8B=9C=20SPA=20=EC=83=88=EB=A1=9C=EA=B3=A0?= =?UTF-8?q?=EC=B9=A8=20404=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vercel.json 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" }] +} From 6fe986d9ec077dd51706e21c4b7a7a1d721b6932 Mon Sep 17 00:00:00 2001 From: daaoooy Date: Sun, 30 Nov 2025 02:49:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20(#19)=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=EB=B0=94=20=EC=A0=91=ED=9E=98=20=EC=83=81=ED=83=9C?= =?UTF-8?q?=EC=97=90=EC=84=9C=20tooltip=20=EB=B2=84=EA=B7=B8=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/components/shadcn/tooltip.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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({