From 46788e4083b3302c5985651ca12bf3eb783927d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=98=88=EC=A7=84?= Date: Wed, 24 Jul 2024 00:23:36 +0900 Subject: [PATCH] feat: set viewport meta --- src/app/root.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/root.tsx b/src/app/root.tsx index db9b479..1dc3002 100644 --- a/src/app/root.tsx +++ b/src/app/root.tsx @@ -11,7 +11,10 @@ export function Layout({ children }: { children: ReactNode }) { - +